From 2a751641cf28cb8a081bd003d55e188dfb17aaa1 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期二, 10 十二月 2024 11:34:01 +0800
Subject: [PATCH] 天津提示问题处理

---
 north-glass-erp/src/main/resources/mapper/userInfo/SysMenu.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/userInfo/SysMenu.xml b/north-glass-erp/src/main/resources/mapper/userInfo/SysMenu.xml
index df037a3..896626b 100644
--- a/north-glass-erp/src/main/resources/mapper/userInfo/SysMenu.xml
+++ b/north-glass-erp/src/main/resources/mapper/userInfo/SysMenu.xml
@@ -9,7 +9,6 @@
         from sys_menu as a
         where
             a.state=1
-            and a.languageType = #{lang}
         order by a.listSort
         ;
     </select>

--
Gitblit v1.8.0