This commit is contained in:
邹宗楠
2022-11-17 13:34:41 +08:00
parent baa2d6feba
commit 00cba24bea
5 changed files with 0 additions and 9 deletions

View File

@@ -205,7 +205,6 @@ func (p *PurchaseHandler) DeleteStoreSkus(ctx *jxcontext.Context, storeID int, v
if v.VendorMainId == "" {
continue
}
globals.SugarLogger.Debugf("=========storeSkuList====:= %s", utils.Format4Output(v, false))
if err = getAPI(storeSkuList[0].VendorOrgCode, storeID, vendorStoreID).DeleteStoreCommodity(utils.Str2Int64(v.VendorMainId)); err != nil {
failedList = append(failedList, putils.GetErrMsg2FailedSingleList(v, err, storeID, model.VendorChineseNames[model.VendorIDDD], "删除主商品")...)
}