This commit is contained in:
邹宗楠
2023-09-22 12:42:51 +08:00
parent 4ea34b258d
commit 40b9511e34
2 changed files with 0 additions and 2 deletions

View File

@@ -79,7 +79,6 @@ func CopyOnStoreSkuToOther(ctx *jxcontext.Context, fromVendorStoreId, toStoreId
case 3:
// 同步商品
fromFoodList, err1 := fromApi.RetailListAll(utils.Int2Str(fromVendorStoreId))
globals.SugarLogger.Debugf("RetailListAll : %s", utils.Format4Output(fromFoodList, false))
if err1 != nil {
globals.SugarLogger.Debugf("RetailListAll : %s", utils.Format4Output(err, false))
}