This commit is contained in:
邹宗楠
2023-12-22 18:37:51 +08:00
parent 926faeb685
commit 1ed397bdd7
2 changed files with 4 additions and 0 deletions

View File

@@ -324,6 +324,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
// 对于多门店平台来说storeSkuList中只有SkuID与VendorSkuID有意义
func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeID int, vendorStoreID string, storeSkuList []*dao.StoreSkuSyncInfo, isCreate bool) (failedList []*partner.StoreSkuInfoWithErr, err error) {
globals.SugarLogger.Debugf("================storeSkuList %d", len(storeSkuList))
var syncType string
foodDataList := make([]map[string]interface{}, len(storeSkuList))
if isCreate {