aa
This commit is contained in:
@@ -3903,10 +3903,6 @@ func CreateVendorStore(ctx *jxcontext.Context, storeID, vendorID int, payload ma
|
||||
db = dao.GetDB()
|
||||
storeDetail *dao.StoreDetail
|
||||
)
|
||||
if vendorID != model.VendorIDEBAI {
|
||||
return fmt.Errorf("当前只允许创建饿百门店!")
|
||||
}
|
||||
|
||||
if storeDetail, err = dao.GetStoreDetail(db, storeID, vendorID, ""); err != nil {
|
||||
return fmt.Errorf("获取门店信息失败,请联系技术部!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user