同步到银豹修改

This commit is contained in:
苏尹岚
2020-04-30 10:30:19 +08:00
parent daef0cbef3
commit 5defe91d3f
2 changed files with 9 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ func (p *PurchaseHandler) UpdateStoreSkus(ctx *jxcontext.Context, storeID int, v
saveProductParam := &yinbaoapi.SaveProductParam{
CategoryUid: v.VendorCatID,
}
checkYbSku(v)
updateYbSku(vendorStoreID, v.YbBarCode, saveProductParam)
if err != nil {
failedList = putils.GetErrMsg2FailedSingleList(storeSkuList, err, storeID, model.VendorChineseNames[model.VendorIDYB], "修改商品")