Compare commits
2 Commits
4d20955764
...
07d2ec3b46
Author | SHA1 | Date |
---|---|---|
|
07d2ec3b46 | |
|
8ba5646bb6 |
|
@ -34,6 +34,7 @@ export class DetailItemManager extends BaseDetailManager<ItemEntity> {
|
|||
return [
|
||||
`${this.tableName}.id`,
|
||||
`${this.tableName}.image_url`,
|
||||
`${this.tableName}.video_url`,
|
||||
`${this.tableName}.created_at`,
|
||||
`${this.tableName}.status`,
|
||||
`${this.tableName}.item_type`,
|
||||
|
|
|
@ -35,6 +35,7 @@ export class DetailVipCategoryManager extends BaseDetailManager<VipCategoryEntit
|
|||
`${this.tableName}.id`,
|
||||
`${this.tableName}.status`,
|
||||
`${this.tableName}.name`,
|
||||
`${this.tableName}.has_vip_pass`,
|
||||
`${this.tableName}.created_at`,
|
||||
`${this.tableName}.updated_at`,
|
||||
`${this.tableName}.creator_name`,
|
||||
|
|
|
@ -39,6 +39,7 @@ export class IndexVipCategoryManager extends BaseIndexManager<VipCategoryEntity>
|
|||
`${this.tableName}.id`,
|
||||
`${this.tableName}.status`,
|
||||
`${this.tableName}.name`,
|
||||
`${this.tableName}.has_vip_pass`,
|
||||
`${this.tableName}.created_at`,
|
||||
`${this.tableName}.updated_at`,
|
||||
`${this.tableName}.creator_name`,
|
||||
|
|
Loading…
Reference in New Issue