Commit 844dfcb218bb6a94ba863d0cddc6605a7d827ae4
1 parent
5621ac4477
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
844dfcb
... | ... | @@ -6458,6 +6458,8 @@ |
6458 | 6458 | List<BabyModel> models = babyBookbuildingService.queryBabyBuildByCond(babyModelQuery); |
6459 | 6459 | if(CollectionUtils.isNotEmpty(models)){ |
6460 | 6460 | return baseResponse.setErrormsg("就诊卡号:"+vcCardNoArticle+"已存在请刷新页面重新获取").setErrorcode(ErrorCodeConstants.DATA_EXIST); |
6461 | + }else { | |
6462 | + return baseResponse.setErrormsg("就诊卡号可以使用").setErrorcode(ErrorCodeConstants.SUCCESS); | |
6461 | 6463 | } |
6462 | 6464 | } |
6463 | 6465 | //新就诊卡号 |