1
This commit is contained in:
@@ -1858,8 +1858,10 @@ func UpdateStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
|
||||
syncStatus |= model.SyncFlagStoreName
|
||||
address = payload["address"].(string)
|
||||
// 这个字段暂存美团门店地址
|
||||
storeMap.YbStorePrefix = address
|
||||
dao.UpdateEntity(db, storeMap, "YbStorePrefix")
|
||||
if storeMap.VendorID == model.VendorIDMTWM {
|
||||
storeMap.YbStorePrefix = address
|
||||
dao.UpdateEntity(db, storeMap, "YbStorePrefix")
|
||||
}
|
||||
}
|
||||
|
||||
if err == nil {
|
||||
|
||||
Reference in New Issue
Block a user