记得上下班打卡 | git大法好,push需谨慎

Commit f2553215 authored by wangyifan's avatar wangyifan

order 添加日志

parent ff918435
......@@ -905,6 +905,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
}
ResponseDto<Boolean> groupBuyPayAgainCheck = groupBuyOrderHelper.validateBeforePayAgain(orderTicketData, uid);
if (!groupBuyPayAgainCheck.isSuccess()) {
log.error("[payAgain] group buy msg: {}", groupBuyPayAgainCheck.getMessage());
return ResponseDto.failure(groupBuyPayAgainCheck.getMessage());
}
if (!orderTicketData.getPayType().equals("no")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment