提交 2662c063 作者: 张小凤

Requi(update)

上级 f7a2b14e
...@@ -2292,7 +2292,7 @@ public class RequirementsServiceImpl implements RequirementsService { ...@@ -2292,7 +2292,7 @@ public class RequirementsServiceImpl implements RequirementsService {
WalletFlowVO walletFlowVO = new WalletFlowVO(); WalletFlowVO walletFlowVO = new WalletFlowVO();
flyerWalletFlowVO.setModeOfPayment(400); flyerWalletFlowVO.setModeOfPayment(400);
flyerWalletFlowVO.setCashAmount(flyerWalletFlowVO.getCashAmount().negate()); flyerWalletFlowVO.setCashAmount(flyerWalletFlowVO.getCashAmount().negate());
flyerWalletFlowVO.setSalaryCashPledge(flyerWalletFlowVO.getSalaryAmount().negate()); flyerWalletFlowVO.setSalaryAmount(flyerWalletFlowVO.getSalaryAmount().negate());
walletFlowVO.setFlyerWalletFlowVO(flyerWalletFlowVO); walletFlowVO.setFlyerWalletFlowVO(flyerWalletFlowVO);
HttpEntity<String> entity = new HttpEntity<>(JSONObject.toJSONString(walletFlowVO), headers); HttpEntity<String> entity = new HttpEntity<>(JSONObject.toJSONString(walletFlowVO), headers);
ResponseEntity<Object> exchange = null; ResponseEntity<Object> exchange = null;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论