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

@@ -521,6 +521,9 @@ func AddStoreCategoryMap(db *DaoDB, storeID, categoryID int, vendorID int, vendo
} else if vendorID == model.VendorIDJDShop {
storeCat.JdsID = utils.Str2Int64WithDefault(vendorCategoryID, 0)
storeCat.JdsSyncStatus = status
} else if vendorID == model.VendorIDDD {
storeCat.DdID = vendorCategoryID
storeCat.DdSyncStatus = status
} else {
panic("unsupported vendor")
}