This commit is contained in:
邹宗楠
2025-02-17 11:50:53 +08:00
parent 848f60b3a4
commit e6153738c9

View File

@@ -1385,6 +1385,9 @@ func updateOrCreateSkuVendorCategoryMap(db *dao.DaoDB, ctx *jxcontext.Context, n
if jdCategoryId != "" && jdCategoryId != "0" {
updateOrCreate(model.VendorIDJD, nameID, jdCategoryId)
flag = true
if payload == nil {
payload = make(map[string]interface{}, 0)
}
payload["jdCategoryID"] = jdCategoryId
}
if jxCategoryID != 0 && jxCategoryID != 291 {