@@ -547,6 +547,10 @@ public class OrderChangeApiController extends CertifyApiController {
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","参数"));
return res;
}
+ if(orderChangeService.checkMember(in)){
+ res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","高新会员"));
+ return res;
+ }
return res.data(orderChangeService.addMemberSonProject( in));