sync data warehouse into service supplier

This commit is contained in:
QuanTT0110 2022-11-08 11:12:37 +07:00
parent 5c3c5b6dcb
commit 040c867c15
1 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ var Warehouse = struct {
SyncORStatus: getWarehouseValue("sync_or_status"),
WebhookTNC: getWarehouseValue("webhook_tnc"),
WebhookGlobalCare: getWarehouseValue("webhook_global_care"),
WebhookOnPoint: getWarehouseValue("webhook_on_point")
WebhookOnPoint: getWarehouseValue("webhook_on_point"),
FindOne: getWarehouseValue("find_one"),
FindByCondition: getWarehouseValue("find_all_by_condition"),
Distinct: getWarehouseValue("distinct"),