提交 c7891716 作者: 张小凤

RequirementsServiceImpl(update)

上级 5afa305e
...@@ -1808,7 +1808,7 @@ public class RequirementsServiceImpl implements RequirementsService { ...@@ -1808,7 +1808,7 @@ public class RequirementsServiceImpl implements RequirementsService {
case "3": case "3":
if (!(tempTotalAmount.compareTo(BigDecimal.ZERO) == 0)) { if (!(tempTotalAmount.compareTo(BigDecimal.ZERO) == 0)) {
requirementsInfoDO.setWeChat(tempTotalAmount); requirementsInfoDO.setWeChat(tempTotalAmount);
requirementsInfoDO.setWeChat(tempTotalAmount); // requirementsInfoDO.setWeChat(tempTotalAmount);
tempTotalAmount = BigDecimal.ZERO; tempTotalAmount = BigDecimal.ZERO;
} }
break; break;
...@@ -1850,6 +1850,12 @@ public class RequirementsServiceImpl implements RequirementsService { ...@@ -1850,6 +1850,12 @@ public class RequirementsServiceImpl implements RequirementsService {
|| requirementsAmountDO.getSalaryAmount().compareTo(BigDecimal.ZERO) != 0 || requirementsAmountDO.getSalaryAmount().compareTo(BigDecimal.ZERO) != 0
|| requirementsAmountDO.getLevelCashAmount().compareTo(BigDecimal.ZERO) != 0 || requirementsAmountDO.getLevelCashAmount().compareTo(BigDecimal.ZERO) != 0
|| requirementsAmountDO.getLevelSalaryAmount().compareTo(BigDecimal.ZERO) != 0) { || requirementsAmountDO.getLevelSalaryAmount().compareTo(BigDecimal.ZERO) != 0) {
publisherWalletFlowVO.setCashAmount(publisherWalletFlowVO.getCashAmount().negate());
publisherWalletFlowVO.setSalaryAmount(publisherWalletFlowVO.getSalaryAmount().negate());
publisherWalletFlowVO.setTopSalaryAmount(publisherWalletFlowVO.getTopSalaryAmount().negate());
publisherWalletFlowVO.setTopYxjAmount(publisherWalletFlowVO.getTopYxjAmount().negate());
publisherWalletFlowVO.setUrgentYxjAmount(publisherWalletFlowVO.getUrgentYxjAmount().negate());
publisherWalletFlowVO.setUrgentSalaryAmount(publisherWalletFlowVO.getUrgentSalaryAmount().negate());
feignWalletFlow(publisherWalletFlowVO, request.getHeader("token")); feignWalletFlow(publisherWalletFlowVO, request.getHeader("token"));
} }
return ResultBody.success(); return ResultBody.success();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论