From 4008d83696a6998ce987133ae2d2b0ec912cf178 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期日, 07 四月 2024 09:40:12 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

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

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

--
Gitblit v1.8.0