fix: add time group at item bundling
parent
5f08b4be66
commit
d8cfa97612
|
@ -26,6 +26,7 @@ export class DetailItemManager extends BaseDetailManager<ItemEntity> {
|
|||
selectRelations: [
|
||||
'item_category',
|
||||
'bundling_items',
|
||||
'bundling_items.time_group bundling_time_groups',
|
||||
'tenant',
|
||||
'time_group',
|
||||
],
|
||||
|
@ -64,6 +65,9 @@ export class DetailItemManager extends BaseDetailManager<ItemEntity> {
|
|||
'bundling_items.hpp',
|
||||
'bundling_items.base_price',
|
||||
|
||||
'bundling_time_groups.id',
|
||||
'bundling_time_groups.name',
|
||||
|
||||
'tenant.id',
|
||||
'tenant.name',
|
||||
|
||||
|
|
Loading…
Reference in New Issue