提交 b3fa4f96 作者: xiaowang

钱包流水

上级 39ad9cc2
...@@ -362,8 +362,8 @@ public class PayWalletServiceImpl implements PayWalletService { ...@@ -362,8 +362,8 @@ public class PayWalletServiceImpl implements PayWalletService {
payLogDO.setSalaryAmtPaid(publisherWalletFlowVO.getSalaryAmount().add(publisherWalletFlowVO.getTopSalaryAmount()).add(publisherWalletFlowVO.getUrgentSalaryAmount())); payLogDO.setSalaryAmtPaid(publisherWalletFlowVO.getSalaryAmount().add(publisherWalletFlowVO.getTopSalaryAmount()).add(publisherWalletFlowVO.getUrgentSalaryAmount()));
} else { } else {
payLogDO.setPayMethod(300); payLogDO.setPayMethod(300);
payLogDO.setCashAmtPaid(publisherWalletFlowVO.getYxjCashPledge().add(publisherWalletFlowVO.getTopYxjAmount()).add(publisherWalletFlowVO.getUrgentYxjAmount())); payLogDO.setCashAmtPaid(publisherWalletFlowVO.getCashAmount());
payLogDO.setSalaryAmtPaid(publisherWalletFlowVO.getSalaryCashPledge().add(publisherWalletFlowVO.getTopSalaryAmount().add(publisherWalletFlowVO.getUrgentSalaryAmount()))); payLogDO.setSalaryAmtPaid(publisherWalletFlowVO.getSalaryAmount());
} }
payLogDO.setPayNo(payNo); payLogDO.setPayNo(payNo);
payLogDO.setUserAccountId(publisherWalletFlowVO.getUserAccountId()); payLogDO.setUserAccountId(publisherWalletFlowVO.getUserAccountId());
...@@ -375,7 +375,7 @@ public class PayWalletServiceImpl implements PayWalletService { ...@@ -375,7 +375,7 @@ public class PayWalletServiceImpl implements PayWalletService {
/** /**
* @param publisherWalletFlowVO 发布者信息 * @param publisherWalletFlowVO 发布者信息
* @param flyerWalletFlowVO 接单者信息 * @param flyerWalletFlowVO 接单者信息
* @param flag 0:支付接单者 1:支付发布者 * @param flag 0:发布者违约 1:抢单者违约
*/ */
private void paymentOfLiquidatedDamage(PublisherWalletFlowVO publisherWalletFlowVO, FlyerWalletFlowVO flyerWalletFlowVO, Integer flag) { private void paymentOfLiquidatedDamage(PublisherWalletFlowVO publisherWalletFlowVO, FlyerWalletFlowVO flyerWalletFlowVO, Integer flag) {
PayLogDO flyerPayLogDO = new PayLogDO(); PayLogDO flyerPayLogDO = new PayLogDO();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论