|
|
@@ -590,6 +590,10 @@ public class OrderProjectApiController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","参数"));
|
|
|
return res;
|
|
|
}
|
|
|
+ if (orderProjectService.checkOrderProcessStatus(tid,0)){
|
|
|
+ res.getError().add(buildError("项目已发起,不允许使用首次新增会员子项目。"));
|
|
|
+ return res;
|
|
|
+ }
|
|
|
return res.data(orderProjectService.addMemberSonProject( tid, serviceYear, taskComment,null,null));
|
|
|
|
|
|
}
|