From 0e658d0d0d7900fae529103d308e2ea749e09fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 22 Sep 2023 16:07:30 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 11753443d..c0846ae61 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -166,7 +166,7 @@ func BatchInitData(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, toApi *mt if storeSku.AppFoodCode != "" { foodData[mtwmapi.KeyAppFoodCode] = storeSku.AppFoodCode } else { - foodData[mtwmapi.KeyAppFoodCode] = time.Now().Unix() + foodData[mtwmapi.KeyAppFoodCode] = time.Now().UnixNano() + int64(i*3) } skus := []map[string]interface{}{