Commit 81702526de2f209cc5837df68a402f65f1d4a9af

Authored by yangfei
1 parent 0c89e7349f

查询号bug修改

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 8170252
... ... @@ -359,7 +359,7 @@
359 359 {
360 360 boolean isZhuan = false;
361 361 for(ReferralApplyOrderModel raom:orderModels){//获取转院时间
362   - if(raom.getCreated().after(data.getCheckDate())){
  362 + if(raom.getCreated().before(data.getCheckDate())){
363 363 isZhuan = true;
364 364 continue;
365 365 }