From 22693ea969e4654d628717147d866eead12ba61f Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 30 Sep 2019 14:13:37 +0800 Subject: [PATCH] fk --- business/jxstore/cms/store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 3a77de7bb..06c099032 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1146,7 +1146,7 @@ func updateStoreSkusSaleWithoutSync(ctx *jxcontext.Context, storeID int, skuBind } kvs := map[string]interface{}{ model.FieldLastOperator: ctx.GetUserName(), - model.FieldUpdatedAt: time.Now, + model.FieldUpdatedAt: time.Now(), model.FieldStatus: skuBind.Status, model.FieldJdSyncStatus: skuBind.JdSyncStatus | model.SyncFlagSaleMask, model.FieldEbaiSyncStatus: skuBind.EbaiSyncStatus | model.SyncFlagSaleMask,