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

Commit be000628 authored by jiangxiulong's avatar jiangxiulong

log

parent 73771b60
...@@ -450,6 +450,8 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService { ...@@ -450,6 +450,8 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
if (refundSinglePrice.compareTo(BigDecimal.ZERO) <= 0) { if (refundSinglePrice.compareTo(BigDecimal.ZERO) <= 0) {
return "去除手续费申请金额不得小于0"; return "去除手续费申请金额不得小于0";
} }
} else{
log.info("演出id1111 {}", orderTicketVo.getPerformanceId());
} }
// 临时手续费 end // 临时手续费 end
Map token = CurrentUtil.getTokenClaims(); Map token = CurrentUtil.getTokenClaims();
......
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