Commit d494e74384d156414af2c44408070b200b5bde63

Authored by liquanyu
1 parent 92edb155b6

高危匹配

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ d494e74
... ... @@ -2850,7 +2850,7 @@
2850 2850 {
2851 2851 if (status != null && status.size() > 0)
2852 2852 {
2853   - if ("true".equals(status.get("id")))
  2853 + if ("true".equals(status.get(String.valueOf(id))))
2854 2854 {
2855 2855 return true;
2856 2856 }