Commit 8a365c60804cfebf216fe037c5d1b51995552d26

Authored by yangfei
1 parent e3f4389e33

查询号bug修改

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ 8a365c6
... ... @@ -1048,6 +1048,8 @@
1048 1048 } else {
1049 1049 map.put("isZhuan", "1");
1050 1050 }
  1051 + }else{
  1052 + map.put("isZhuan", "1");
1051 1053 }
1052 1054  
1053 1055 if (data.getNextCheckTime() != null) {