From 40332429024bb250ba11cc0d693173145887112e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 19 Nov 2024 14:17:54 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store_sku.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 3760ae10b..cf7c6f06e 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -244,8 +244,7 @@ const ( maxStoreNameBind = 10000 // 最大门店SkuName bind个数 maxStoreNameBind2 = 10000 // 最大门店乘SkuName个数 - AutoSaleAtStr = "14:15:00" - //AutoSaleAtStr = "22:00:00" + AutoSaleAtStr = "22:00:00" ) var ( @@ -3681,7 +3680,6 @@ func AutoSaleStoreSku(ctx *jxcontext.Context, storeIDs []int, isNeedSync bool) ( } } if isNeedSync && len(skuIDs) > 0 { - globals.SugarLogger.Debugf("-----AutoSaleStoreSku := %d,%s", storeIDs, utils.Format4Output(skuIDs, false)) if _, err = CurVendorSync.SyncStoresSkus(ctx, nil, model.SyncFlagSaleMask, db, nil, []int{storeID}, skuIDs, true, true, true); err != nil { return err }