Commit 457df857fcf7596020d02301f9319f8440394688

Authored by yangfei
1 parent 3ed21d14a8

查询号bug修改

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 457df85
... ... @@ -361,6 +361,7 @@
361 361 for(ReferralApplyOrderModel raom:orderModels){//获取转院时间
362 362 if(raom.getCreated().after(raom.getCreated())){
363 363 isZhuan = true;
  364 + continue;
364 365 }
365 366 }
366 367 if (isZhuan) {