Commit dc86cf41822ada7ed25b71d6bfb61e062ac806c4

Authored by liquanyu
1 parent 2a8001deb7

产检

Showing 1 changed file with 4 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ dc86cf4
... ... @@ -2666,10 +2666,10 @@
2666 2666 }
2667 2667  
2668 2668 //原来单机
2669   - if (null != patients) {
2670   - return new BaseResponse().setErrorcode(ErrorCodeConstants.BUSINESS_ERROR).setErrormsg("该孕妇在系统中已分娩/已终止妊娠不能再进行产检,请重新建档");
2671   - }
2672   - return new BaseResponse().setErrorcode(ErrorCodeConstants.BUSINESS_ERROR).setErrormsg("该孕妇还未在本院建档不能进行产检");
  2669 +// if (null != patients) {
  2670 +// return new BaseResponse().setErrorcode(ErrorCodeConstants.BUSINESS_ERROR).setErrormsg("该孕妇在系统中已分娩/已终止妊娠不能再进行产检,请重新建档");
  2671 +// }
  2672 +// return new BaseResponse().setErrorcode(ErrorCodeConstants.BUSINESS_ERROR).setErrormsg("该孕妇还未在本院建档不能进行产检");
2673 2673 }
2674 2674  
2675 2675