This commit is contained in:
邹宗楠
2022-10-08 18:07:48 +08:00
parent c6e2ebe4e7
commit 3b88b012b3
6 changed files with 17 additions and 5 deletions

View File

@@ -2060,6 +2060,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
skuBind.EbaiID = deletedSku.EbaiID
skuBind.JdsID = deletedSku.JdsID
skuBind.JdsWareID = deletedSku.JdsWareID
skuBind.DdID = deletedSku.DdID
if num, err = dao.UpdateEntity(db, skuBind); err != nil {
dao.Rollback(db, txDB)
return nil, err