Commit 55ae7d7df2184d7b7151f86e2b4ab85886431dbc

Authored by liquanyu
1 parent e032a87705

update code

Showing 1 changed file with 6 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/HiskCountTask.java View file @ 55ae7d7
... ... @@ -92,6 +92,12 @@
92 92  
93 93 //单个高危因素孕产妇条数
94 94 int riskPatientCount = patientsService.queryPatientCount(query);
  95 + if (riskPatientCount == 0)
  96 + {
  97 + continue;
  98 + }
  99 +
  100 +
95 101 // if (riskPatientCount > 0)
96 102 // {
97 103 RiskReportResult risk = new RiskReportResult();