1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user