|
|
@@ -360,7 +360,7 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
op.setInitialUnitPrice(pn.getUnitPrice().toString());
|
|
|
op.setInitialPaymentAmount(pn.getPartyAmount().toString());
|
|
|
}else if (type==2) {
|
|
|
- ProjectTypePuls tt=thirdPartyCompanyMapper.selectByTidGetDtails(tp.getTid());
|
|
|
+ ProjectTypePuls tt=tOrderTaskMapper.selectByTidGetDtails(tp.getTid());
|
|
|
op.setInitialQuantity(tt.getQuantity());
|
|
|
if (tt.getCostReduction()==1) {
|
|
|
op.setInitialUnitPrice(tt.getProportion85().toEngineeringString());
|