Commit ecff39bfb5c709afa4fba4fa2738ed5b1826b571
1 parent
15ad056aac
Exists in
master
and in
6 other branches
产筛
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
ecff39b
... | ... | @@ -469,7 +469,7 @@ |
469 | 469 | operateLogFacade.addModifyOptLog(userId, Integer.parseInt(hospitalId), sieveModels.get(0), sieveModel, OptActionEnums.UPDATE.getId(), "增加产前筛查"); |
470 | 470 | } |
471 | 471 | } else { |
472 | - System.out.println("已经有产筛申请单了"); | |
472 | + return new BaseResponse().setErrorcode(ErrorCodeConstants.DATA_EXIST).setErrormsg("已申请过产筛"); | |
473 | 473 | } |
474 | 474 | return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |
475 | 475 | } |