|
|
@@ -578,7 +578,8 @@ public class OrderChangeApiController extends CertifyApiController {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","参数"));
|
|
|
return res;
|
|
|
}
|
|
|
- if(in.getHtMember()==0&&in.getAdditionalDeduction()==0&&in.getRdAwardsubsidy()==0){
|
|
|
+ if(orderChangeService.checkMember(in)){
|
|
|
+// if(in.getHtMember()==0&&in.getAdditionalDeduction()==0&&in.getRdAwardsubsidy()==0){
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","高新会员"));
|
|
|
return res;
|
|
|
}
|