|
|
@@ -675,7 +675,7 @@ public class OrderProjectApiController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","项目编号"));
|
|
|
return res;
|
|
|
}
|
|
|
- if(in.getHtMember()==0&&in.getAdditionalDeduction()==0&&in.getRdAwardsubsidy()==0){
|
|
|
+ if(orderProjectService.checkMember(in)){
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","高新会员"));
|
|
|
return res;
|
|
|
}
|