Commit a2ffbb73c10323db38f8b8427fb7fd18ec1d9424
1 parent
6319f2c8d1
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/SmsConfigFacade.java
View file @
a2ffbb7
... | ... | @@ -337,7 +337,7 @@ |
337 | 337 | { |
338 | 338 | if (dept != null && deptsPrefix != null && deptsPrefix.get("deptId") != null) |
339 | 339 | { |
340 | - if (Integer.valueOf(String.valueOf(deptsPrefix.get("deptId"))) == dept.getId()) | |
340 | + if (String.valueOf(deptsPrefix.get("deptId")).equals(String.valueOf(dept.getId()))) | |
341 | 341 | { |
342 | 342 | isExist = true; |
343 | 343 | } |