京西商城订单取消

This commit is contained in:
gazebo
2019-12-17 14:05:43 +08:00
parent d5f2273d79
commit 6e3ee7c9c1
2 changed files with 30 additions and 0 deletions

View File

@@ -86,6 +86,10 @@ func (c *PurchaseHandler) GetOrderRealMobile(ctx *jxcontext.Context, order *mode
}
func (c *PurchaseHandler) AgreeOrRefuseCancel(ctx *jxcontext.Context, order *model.GoodsOrder, isAgree bool, reason string) (err error) {
if model.IsOrderJXTemp(order) {
} else {
err = localjx.AgreeOrRefuseCancel(ctx, order, isAgree, reason)
}
return err
}