提交 00f85619 作者: 刘明祎-运维用途

Merge branch 'develop' of ssh://git.mmcuav.cn:8222/iuav/ims into develop

流水线 #7482 已通过 于阶段
in 2 分 54 秒
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag: 1e0951b360f4b2a283187932fec3867c3477e25d newTag: 8a59933310d4244f8935a207c0966a40eb3327ed
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论