Commit 982dfa3c559cd653586cf8aa2c00e36747680c3f

Authored by liquanyu
1 parent 882b7a759c

助产机构报表

Showing 1 changed file with 4 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java View file @ 982dfa3
... ... @@ -932,6 +932,10 @@
932 932 }
933 933  
934 934  
  935 + if (null != babyWeightStart) {
  936 + c = Criteria.where("babyWeight").gte(babyWeightStart);
  937 + }
  938 +
935 939 if (null != buildDateStart) {
936 940 if (null != c) {
937 941 c = c.and("buildDate").gte(buildDateStart);