|
|
@@ -389,6 +389,7 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
tpc.setOfficialAmount(tpc.getOfficialAmount().add(p.getPaymentAmount()));
|
|
|
}
|
|
|
tpc.setPartyAmount(tpc.getPartyAmount().add(p.getPaymentAmount()));
|
|
|
+ p.setPaymentAmount(p.getApplicationAmount());
|
|
|
financialPaymentMapper.updateOrderCost(p.getId(),p.getPaymentAmount());
|
|
|
thirdPartyCompanyMapper.updateByPrimaryKeySelective(tpc);
|
|
|
}
|