提交 ddcbbcce 作者: 张小凤

Requirements(update)

上级 2cb5658a
......@@ -1850,6 +1850,7 @@ public class RequirementsServiceImpl implements RequirementsService {
|| requirementsAmountDO.getSalaryAmount().compareTo(BigDecimal.ZERO) != 0
|| requirementsAmountDO.getLevelCashAmount().compareTo(BigDecimal.ZERO) != 0
|| requirementsAmountDO.getLevelSalaryAmount().compareTo(BigDecimal.ZERO) != 0) {
publisherWalletFlowVO.setModeOfPayment(100);
publisherWalletFlowVO.setCashAmount(publisherWalletFlowVO.getCashAmount().negate());
publisherWalletFlowVO.setSalaryAmount(publisherWalletFlowVO.getSalaryAmount().negate());
publisherWalletFlowVO.setTopSalaryAmount(publisherWalletFlowVO.getTopSalaryAmount().negate());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论