Commit 7f0d1840822b17d6802be67ba44d1d14ec032fc6

Authored by jiangjiazhi
1 parent dd68032ffc

修改产妇管理根据日期查询

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java View file @ 7f0d184
... ... @@ -232,7 +232,7 @@
232 232 boolean isAddStart1 = Boolean.FALSE;
233 233 if (null != birthStart) {
234 234 c = Criteria.where("birth").gte(birthStart);
235   - isAddStart = Boolean.TRUE;
  235 + isAddStart1 = Boolean.TRUE;
236 236 }
237 237  
238 238 if (null != birthEnd) {