|
|
@@ -933,7 +933,7 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
PaymentNode pn=paymentNodeMapper.selectByPrimaryKey(p.getNodeId());
|
|
|
count=pn.getUnitPrice().multiply(new BigDecimal(p.getQuantity()));
|
|
|
}else if (p.getChooseType()==2) {
|
|
|
- ProjectTypePuls ot=thirdPartyCompanyMapper.selectByTidGetDtails(p.getTid());
|
|
|
+ ProjectTypePuls ot=tOrderTaskMapper.selectByTidGetDtails(p.getTid());
|
|
|
if (ot.getCostReduction()==0) {
|
|
|
count=ot.getOfficialAmount().multiply(new BigDecimal(p.getQuantity()));
|
|
|
}else {
|