anderx 4 년 전
부모
커밋
6d58763ab2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/organization/service/impl/ThirdPartyCompanyServiceImpl.java

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