Commit 7969336424f433a68df1e3aba3508022c4d151f2

Authored by jiangjiazhi
1 parent e42b2200cd

修改新电子病历

Showing 1 changed file with 2 additions and 2 deletions

platform-dal/src/main/java/com/lyms/platform/query/ReferralApplyOrderQuery.java View file @ 7969336
... ... @@ -277,10 +277,10 @@
277 277 condition=condition.and("hospitalId",hospitalId, MongoOper.IS);
278 278 }
279 279  
280   - //需要修改
  280 + /* //需要修改
281 281 if(null!=dueDateEnd){
282 282 condition=condition.and("dueWeek",dueDateEnd, MongoOper.IS);
283   - }
  283 + }*/
284 284 if(null!=rLevel){
285 285 condition=condition.and("rLevel",rLevel, MongoOper.IS);
286 286 }