Commit dbb41ec5bc3dc831b2dabd4d4b374537fc2426af

Authored by jiangjiazhi
1 parent b1fc725299

commit

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ dbb41ec
... ... @@ -641,6 +641,7 @@
641 641 }
642 642 }
643 643 } catch (Exception e) {
  644 + ExceptionUtils.catchException(e,"patients.getRiskLevelId error.");
644 645 }
645 646 riskPatientsResult.setrLevel(level);
646 647 }