1. 使用优惠券
This commit is contained in:
parent
ab5cab863d
commit
f4fecd8827
|
@ -1404,7 +1404,7 @@ public class AppVerifyController extends BaseController
|
||||||
throw new ServiceException("未传orderNo");
|
throw new ServiceException("未传orderNo");
|
||||||
}
|
}
|
||||||
if (logId == null){
|
if (logId == null){
|
||||||
throw new ServiceException("未传logId");
|
return success();
|
||||||
}
|
}
|
||||||
return toAjax(etOrderService.useCoupon(orderNo,logId));
|
return toAjax(etOrderService.useCoupon(orderNo,logId));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user