|
|
@@ -136,11 +136,6 @@ public class OutsourceOrgApiController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "项目外包信息","项目外包信息"));
|
|
|
return res;
|
|
|
}
|
|
|
- int i=orderNewService.checkOutAudit(o.getTid());
|
|
|
- if(i==1) {
|
|
|
- res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "第三方信息","第三方信息"));
|
|
|
- return res;
|
|
|
- }
|
|
|
return res.data(orderNewService.pushOutsourceProjectAudit(o));
|
|
|
}
|
|
|
/**
|