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

Commit 7bb3ce5e authored by 胡佳晨's avatar 胡佳晨

退款 时间配置 不能为空

parent d5565ef9
......@@ -1164,7 +1164,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
}
BigDecimal refundSinglePrice = dataUtils.getCanRefundOrderEntitiesPrice(orderTicketVo, kylinOrderRefundsVoBaseList, orderTicketEntitiesId);
if (refundSinglePrice.compareTo(BigDecimal.ZERO)>0) {
if (refundSinglePrice.compareTo(BigDecimal.ZERO)<=0) {
return "申请金额不得小于0";
}
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