+ EnableAutoAcceptOrder

This commit is contained in:
gazebo
2019-09-19 11:46:58 +08:00
parent a9c7be1027
commit af41dbb6b8
7 changed files with 18 additions and 44 deletions

View File

@@ -170,6 +170,10 @@ func (p *PurchaseHandler) GetStoreStatus(ctx *jxcontext.Context, storeID int, ve
return 0, err
}
func (p *PurchaseHandler) EnableAutoAcceptOrder(ctx *jxcontext.Context, storeID int, vendorStoreID string, isSetEnable bool) (err error) {
return err
}
func (c *PurchaseHandler) UpdateStoreStatus(ctx *jxcontext.Context, storeID int, vendorStoreID string, status int) (err error) {
openLevel, isOnline := bizStatusJX2Mtwm(status)
if globals.EnableMtwmStoreWrite {