anderx hace 4 años
padre
commit
6d58763ab2

+ 1 - 1
src/main/java/com/goafanti/organization/service/impl/ThirdPartyCompanyServiceImpl.java

@@ -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 {