This commit is contained in:
邹宗楠
2023-09-28 16:09:05 +08:00
parent 1c30384481
commit fb7d26063b
4 changed files with 3 additions and 5 deletions

View File

@@ -1914,7 +1914,6 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
valid["address"] = address
}
globals.SugarLogger.Debugf("=============== %s", utils.Format4Output(isUpdateStoreNeedSync(valid), false))
if isUpdateStoreNeedSync(valid) { // 同步修改门店已经配送门店
_, err = CurVendorSync.SyncStore(ctx, db, vendorID, storeID, false, userName)
updateCourierStores(ctx, storeID)