1
This commit is contained in:
@@ -393,6 +393,8 @@ func createTaoVegetable(ctx *jxcontext.Context, api *tao_vegetable.API, storeSku
|
||||
}
|
||||
failedListStock := updateStoreSkusStockByCreate(ctx, api, storeID, vendorStoreID, successSku)
|
||||
failedList = append(failedList, failedListStock...)
|
||||
globals.SugarLogger.Debugf("failedList := %s", utils.Format4Output(failedList, false))
|
||||
globals.SugarLogger.Debugf("storeSkuList := %s", utils.Format4Output(storeSkuList, false))
|
||||
return failedList, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user