! 美团外卖与饿百门店只更新营业相关的状态
This commit is contained in:
@@ -201,9 +201,10 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
|
||||
}
|
||||
return err
|
||||
}
|
||||
params := genStoreMapFromStore(store)
|
||||
if err = api.EbaiAPI.ShopUpdate(params); err == nil {
|
||||
}
|
||||
// todo 饿百 开店审核通过后不允许修改商户信息
|
||||
// params := genStoreMapFromStore(store)
|
||||
// if err = api.EbaiAPI.ShopUpdate(params); err == nil {
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user