Commit ad4c8bc0d5ee131e04134660bebceada56bc30bc

Authored by liquanyu
1 parent 74f6ed3e1d

分娩

Showing 1 changed file with 4 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/StopPregQuery.java View file @ ad4c8bc
... ... @@ -102,6 +102,10 @@
102 102 if (null!= hospitalId) {
103 103 condition = condition.and("hospitalId", hospitalId, MongoOper.IS);
104 104 }
  105 +
  106 + if (null!= stopDate) {
  107 + condition = condition.and("stopDate", stopDate, MongoOper.IS);
  108 + }
105 109 Criteria c=null;
106 110 Boolean isAddStart = Boolean.FALSE;
107 111 if (null != stopDateStart) {