|
|
@@ -666,7 +666,7 @@ public class OrderProjectApiController extends CertifyApiController {
|
|
|
ParamUtils.getParamName(in,bindingResult.getFieldError().getField())));
|
|
|
return res;
|
|
|
}
|
|
|
- if (in.getSoptId()==null){
|
|
|
+ if (in.getStopId()==null){
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"暂停编号","暂停编号"));
|
|
|
return res;
|
|
|
}
|