Commit 1ba87666cfe4b0267ee9c962c17079f5a548f1b9

Authored by jiangjiazhi
1 parent 019471ed49

修改新电子病历

Showing 1 changed file with 1 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/SieveQuery.java View file @ 1ba8766
... ... @@ -184,6 +184,7 @@
184 184 condition = condition.and("renShenResult", renShenResult, MongoOper.IS);
185 185 }
186 186  
  187 +
187 188 Criteria c = null;
188 189 boolean isAddStart = Boolean.FALSE;
189 190 if (null != dueWeekStart) {