1. 使用优惠券

This commit is contained in:
邱贞招 2024-09-06 17:01:59 +08:00
parent ab5cab863d
commit f4fecd8827

View File

@ -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));
} }