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

Commit e373a1d1 authored by 胡佳晨's avatar 胡佳晨

提交 是否可退款 提示

退款详情 增加 金额 申请人
parent 802304cd
......@@ -208,7 +208,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsService {
data.setOrderRefundsId(item.getOrderRefundsId());
data.setStatus(item.getStatus());
data.setPrice(item.getPrice());
data.setApplicantId(item.getApplicantId());
data.setApplicantId(uid.equals(item.getApplicantId())?"1":"0");
if (item.getStatus().equals(0) || item.getStatus().equals(1) || item.getStatus().equals(7) || item.getStatus().equals(3) || item.getStatus().equals(4)) {
lockPrice = lockPrice.add(item.getPrice());
}
......
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