Commit fb853b51a5906724cf83432c16cd969916864ea2

Authored by jiangjiazhi
1 parent 0a08360d08

修改新电子病历

Showing 1 changed file with 3 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/SieveQuery.java View file @ fb853b5
... ... @@ -174,6 +174,9 @@
174 174 if (null != cqResult) {
175 175 condition = condition.and("cqResult", cqResult, MongoOper.IS);
176 176 }
  177 + if (null != status) {
  178 + condition = condition.and("status", status, MongoOper.IS);
  179 + }
177 180 if (null != renShenResult) {
178 181 condition = condition.and("renShenResult", renShenResult, MongoOper.IS);
179 182 }