Commit 7b37a6d249f457e88ad2075af801235543f69ca8
1 parent
382badfe38
Exists in
dev
1:调整检测档案号是否重复的返回对象内容9
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
7b37a6d
... | ... | @@ -1822,7 +1822,7 @@ |
1822 | 1822 | return br; |
1823 | 1823 | } |
1824 | 1824 | |
1825 | - if(data !=null && data.get.length()>0){ | |
1825 | + if(data !=null && data.getHighRiskFileCode().length()>0){ | |
1826 | 1826 | br.setErrorcode(200); |
1827 | 1827 | br.setErrormsg("该高危档案号已经被使用过了,请重新输入"); |
1828 | 1828 | checkFiledataNo.setErrormessage("该高危档案号已经被使用过了,请重新输入"); |