! 美团外卖与饿百门店只更新营业相关的状态

This commit is contained in:
gazebo
2019-03-29 12:13:36 +08:00
parent e17afbd4b9
commit 719579c110
3 changed files with 43 additions and 28 deletions

View File

@@ -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 {
// }
}
}
}