Commit 1b61d235cf9eaa2f6da89698979808973607d89d

Authored by yangfei
1 parent dcc60a0b5b

查询号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 @ 1b61d23
... ... @@ -1037,6 +1037,8 @@
1037 1037 if (null != zhuanc1) {
1038 1038 map.put("zhuancl", zhuanc1.getName());
1039 1039 map.put("isZhuan", "2");
  1040 + }else{
  1041 + map.put("isZhuan", "1");
1040 1042 }
1041 1043 } catch (Exception e) {
1042 1044 e.printStackTrace();