|
|
@@ -623,6 +623,11 @@ public class OrderProjectApiController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","参数"));
|
|
|
return res;
|
|
|
}
|
|
|
+ if(orderProjectService.checkMemberType(in)){
|
|
|
+ res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"高新会员","高新会员"));
|
|
|
+ return res;
|
|
|
+ }
|
|
|
+
|
|
|
if (orderProjectService.checkOrderProcessStatus(in.getTid(),0)){
|
|
|
res.getError().add(buildError("项目已发起,不允许使用首次新增会员子项目。"));
|
|
|
return res;
|