debug:电量变化记录错误
This commit is contained in:
parent
f7fa804b07
commit
2f03f23288
|
@ -1222,7 +1222,6 @@ public class TransactionBillServiceImpl implements TransactionBillService, After
|
||||||
ServiceUtil.assertion(refund != 1, "申请退款失败");
|
ServiceUtil.assertion(refund != 1, "申请退款失败");
|
||||||
}, 0, TimeUnit.SECONDS);
|
}, 0, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// 清零设备
|
// 清零设备
|
||||||
try {
|
try {
|
||||||
|
@ -1248,6 +1247,7 @@ public class TransactionBillServiceImpl implements TransactionBillService, After
|
||||||
this.updateCloseStatus(order.getBillId(), RechargeCloseStatus.FAIL, e.getMessage());
|
this.updateCloseStatus(order.getBillId(), RechargeCloseStatus.FAIL, e.getMessage());
|
||||||
return EndUseVO.toResult(result, false, e.getMessage());
|
return EndUseVO.toResult(result, false, e.getMessage());
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return EndUseVO.toResult(result, true, null);
|
return EndUseVO.toResult(result, true, null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user