fix: add breakdown bundling and profit to response
continuous-integration/drone/tag Build is passing Details

fix/bug-firman 20.1.41-alpha.2
shancheas 2024-08-15 17:12:12 +07:00
parent e966de6158
commit fa286820fc
2 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export class DetailItemManager extends BaseDetailManager<ItemEntity> {
`${this.tableName}.base_price`,
`${this.tableName}.use_queue`,
`${this.tableName}.show_to_booking`,
`${this.tableName}.show_to_booking`,
`${this.tableName}.breakdown_bundling`,
`item_category.id`,
`item_category.name`,

View File

@ -45,6 +45,8 @@ export class IndexItemManager extends BaseIndexManager<ItemEntity> {
`${this.tableName}.limit_type`,
`${this.tableName}.limit_value`,
`${this.tableName}.base_price`,
`${this.tableName}.share_profit`,
`${this.tableName}.breakdown_bundling`,
`item_category.id`,
`item_category.name`,