Commit 3a4140da2302c690776ce81192218990dcdd225d

Authored by jiangjiazhi
1 parent 89e47467f2

增加是否通知

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AntenatalExaminationController.java View file @ 3a4140d
... ... @@ -40,7 +40,7 @@
40 40 @TokenRequired
41 41 public BaseResponse queryAntenatalExamination(@Valid AntenatalExaminationQueryRequest antenatalExaminationQueryRequest) {
42 42 if (StringUtils.isEmpty(antenatalExaminationQueryRequest.getCardNo()) && StringUtils.isEmpty(antenatalExaminationQueryRequest.getVcCardNo())) {
43   - return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("请输出参数.");
  43 + return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("请输入查询条件.");
44 44 }
45 45 return antenatalExaminationFacade.queryAntenatalExamination(antenatalExaminationQueryRequest);
46 46 }