|
|
@@ -136,7 +136,9 @@ public class OutsourceOrgApiController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "项目外包信息","项目外包信息"));
|
|
|
return res;
|
|
|
}
|
|
|
- if(o.getType()==1&&orderNewService.checkOfficialType(o)){
|
|
|
+ //项目发起并且不是外包。
|
|
|
+ if(o.getType()==1&&o.getStartType()==1&&
|
|
|
+ orderNewService.checkOfficialType(o)){
|
|
|
res.getError().add(buildError(ErrorConstants.DATA_EMPTY_ERROR, "后台官费分类","后台官费分类"));
|
|
|
return res;
|
|
|
}
|