Commit 35e39e22fc2a86c594fe690fb905c29aa5a94d14
1 parent
c482ed8625
Exists in
dev
3:判断建当时,档案号是否重复
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
35e39e2
... | ... | @@ -301,7 +301,7 @@ |
301 | 301 | br.setErrormsg("该高危专案档案号已存在"); |
302 | 302 | return br; |
303 | 303 | } |
304 | - if(CollectionUtils.isNotEmpty(patients.geetFileCode())){ | |
304 | + if(StringUtils.isNotEmpty(patients.get(0).getFileCode())){ | |
305 | 305 | br.setErrorcode(ErrorCodeConstants.DATA_EXIST); |
306 | 306 | br.setErrormsg("该档案号已存在"); |
307 | 307 | return br; |