提交 a936ad07 作者: han

修改

上级 1e0951b3
...@@ -298,8 +298,9 @@ public class FlyerTrainingServiceImpl implements FlyerTrainingService { ...@@ -298,8 +298,9 @@ public class FlyerTrainingServiceImpl implements FlyerTrainingService {
if(objects.contains("1")){ if(objects.contains("1")){
if(tempTotalAmount.compareTo(userCashAmt) <= 0){ if(tempTotalAmount.compareTo(userCashAmt) <= 0){
curriculumOrderLogVO.setCashAmtPaid(tempTotalAmount); curriculumOrderLogVO.setCashAmtPaid(tempTotalAmount);
tempTotalAmount = BigDecimal.ZERO;
userCashAmt = tempTotalAmount; userCashAmt = tempTotalAmount;
userSalaryAmt = BigDecimal.ZERO;
tempTotalAmount = BigDecimal.ZERO;
}else{ }else{
curriculumOrderLogVO.setCashAmtPaid(userCashAmt); curriculumOrderLogVO.setCashAmtPaid(userCashAmt);
tempTotalAmount = tempTotalAmount.subtract(userCashAmt); tempTotalAmount = tempTotalAmount.subtract(userCashAmt);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论