feat: add table relation at event handler item
parent
89dc1fc160
commit
9e5d59baac
|
@ -44,6 +44,7 @@ export class ItemUpdatedHandler
|
|||
'item_category',
|
||||
'bundling_items',
|
||||
'bundling_items.item_category',
|
||||
'bundling_items.time_group',
|
||||
'item_rates',
|
||||
'item_rates.item',
|
||||
'item_rates.season_period',
|
||||
|
@ -106,6 +107,7 @@ export class ItemPriceUpdatedHandler
|
|||
'item_category',
|
||||
'bundling_items',
|
||||
'bundling_items.item_category',
|
||||
'bundling_items.time_group',
|
||||
'item_rates',
|
||||
'item_rates.item',
|
||||
'item_rates.season_period',
|
||||
|
@ -148,6 +150,7 @@ export class ItemRateUpdatedHandler
|
|||
'item_category',
|
||||
'bundling_items',
|
||||
'bundling_items.item_category',
|
||||
'bundling_items.time_group',
|
||||
'item_rates',
|
||||
'item_rates.item',
|
||||
'item_rates.season_period',
|
||||
|
|
Loading…
Reference in New Issue