提交 f4b1a879 作者: 张小凤

RequirementsServiceImpl(update)

上级 2a948149
...@@ -684,6 +684,11 @@ public class RequirementsServiceImpl implements RequirementsService { ...@@ -684,6 +684,11 @@ public class RequirementsServiceImpl implements RequirementsService {
} }
} }
if (getNumberVO.getOrderAmount().compareTo(requirementsInfoDO.getOrderAmount()) == -1 ||
getNumberVO.getOrderAmount().compareTo(requirementsInfoDO.getOrderAmount()) == 0) {
tempTotalAmount = new BigDecimal(0);
}
WalletFlowVO walletFlowVO = new WalletFlowVO(); WalletFlowVO walletFlowVO = new WalletFlowVO();
PublisherWalletFlowVO publisherWalletFlowVO = new PublisherWalletFlowVO(); PublisherWalletFlowVO publisherWalletFlowVO = new PublisherWalletFlowVO();
IsNullConvertZeroUtil.checkIsNull(publisherWalletFlowVO); IsNullConvertZeroUtil.checkIsNull(publisherWalletFlowVO);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论