From 073aca8ebc3f025a3b1678a0fb83a697276561a5 Mon Sep 17 00:00:00 2001
From: 沈泽 <211959439@qq.com>
Date: 星期五, 20 八月 2021 15:23:32 +0800
Subject: [PATCH] 合并

---
 WebTM/views/PublicPage/UnitInformation.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebTM/views/PublicPage/UnitInformation.html b/WebTM/views/PublicPage/UnitInformation.html
index 204f90c..b5e21aa 100644
--- a/WebTM/views/PublicPage/UnitInformation.html
+++ b/WebTM/views/PublicPage/UnitInformation.html
@@ -87,8 +87,8 @@
                 , laydate = layui.laydate
                 , util = layui.util
                 , tree = layui.tree
-            var sWhere = " where HStopFlag=0 and HEndFlag<>'1' and HUSEORGID = " + sessionStorage["OrganizationID"] + " "; //鏍戝瀷
-            var sWhere1 = " where HStopFlag=0 and HEndFlag=1 and HUSEORGID = " + sessionStorage["OrganizationID"] + " ";  //鍒楄〃
+            var sWhere = " where HStopFlag=0 and HEndFlag<>'1'  "; //鏍戝瀷
+            var sWhere1 = " where HStopFlag=0 and HEndFlag=1  ";  //鍒楄〃
 
             tree.render({
                 elem: '#treeUnit',

--
Gitblit v1.9.1