Compare commits
No commits in common. "07d2ec3b4611d3b1a3a94f5b73680a54d2741d0e" and "4d20955764fbf9b7dded4428740c3dc3c774e592" have entirely different histories.
07d2ec3b46
...
4d20955764
|
@ -34,7 +34,6 @@ export class DetailItemManager extends BaseDetailManager<ItemEntity> {
|
||||||
return [
|
return [
|
||||||
`${this.tableName}.id`,
|
`${this.tableName}.id`,
|
||||||
`${this.tableName}.image_url`,
|
`${this.tableName}.image_url`,
|
||||||
`${this.tableName}.video_url`,
|
|
||||||
`${this.tableName}.created_at`,
|
`${this.tableName}.created_at`,
|
||||||
`${this.tableName}.status`,
|
`${this.tableName}.status`,
|
||||||
`${this.tableName}.item_type`,
|
`${this.tableName}.item_type`,
|
||||||
|
|
|
@ -35,7 +35,6 @@ export class DetailVipCategoryManager extends BaseDetailManager<VipCategoryEntit
|
||||||
`${this.tableName}.id`,
|
`${this.tableName}.id`,
|
||||||
`${this.tableName}.status`,
|
`${this.tableName}.status`,
|
||||||
`${this.tableName}.name`,
|
`${this.tableName}.name`,
|
||||||
`${this.tableName}.has_vip_pass`,
|
|
||||||
`${this.tableName}.created_at`,
|
`${this.tableName}.created_at`,
|
||||||
`${this.tableName}.updated_at`,
|
`${this.tableName}.updated_at`,
|
||||||
`${this.tableName}.creator_name`,
|
`${this.tableName}.creator_name`,
|
||||||
|
|
|
@ -39,7 +39,6 @@ export class IndexVipCategoryManager extends BaseIndexManager<VipCategoryEntity>
|
||||||
`${this.tableName}.id`,
|
`${this.tableName}.id`,
|
||||||
`${this.tableName}.status`,
|
`${this.tableName}.status`,
|
||||||
`${this.tableName}.name`,
|
`${this.tableName}.name`,
|
||||||
`${this.tableName}.has_vip_pass`,
|
|
||||||
`${this.tableName}.created_at`,
|
`${this.tableName}.created_at`,
|
||||||
`${this.tableName}.updated_at`,
|
`${this.tableName}.updated_at`,
|
||||||
`${this.tableName}.creator_name`,
|
`${this.tableName}.creator_name`,
|
||||||
|
|
Loading…
Reference in New Issue