Commit 77b198afd7c451b3cb9efed8f3ce66297928963d

Authored by liquanyu
1 parent 746beda973

update

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 77b198a
... ... @@ -318,7 +318,6 @@
318 318 {
319 319 return new BaseResponse().setErrormsg("检查日期不是当天不能保存").setErrorcode(ErrorCodeConstants.DATA_EXIST);
320 320 }
321   -
322 321 }
323 322  
324 323 AntenatalExaminationModel model = antExAddRequest.convertToDataModel();