SetStoresMapSyncStatus
This commit is contained in:
@@ -1167,7 +1167,7 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
|
||||
}
|
||||
}
|
||||
// 暂时不开放isSync
|
||||
if payload["isSync"] != nil {
|
||||
if isSync, ok := payload["isSync"].(int); ok && isSync == 0 {
|
||||
delete(payload, "isSync")
|
||||
}
|
||||
if db == nil {
|
||||
|
||||
Reference in New Issue
Block a user