From 7db08d64ba60e8a6bc443ad7c8e6ef91b81b477c Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Tue, 1 Nov 2022 17:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=88=97=E8=A1=A8?= =?UTF-8?q?=202022=E5=B9=B411=E6=9C=881=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/language/SysObjectLanguageOthersDao.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml b/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml index b4b24ab..ba4065b 100644 --- a/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml +++ b/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml @@ -65,8 +65,10 @@ sys_object_language_base solb LEFT JOIN sys_language_list sll ON ( 1 = 1 ) LEFT JOIN sys_menu fb ON (fb.menu_id = solb.function_id) - LEFT JOIN sys_object_language_others solo ON ( sll.language_code = solo.language_code and - solb.function_id = solo.function_id and solb.table_id = solo.table_id and solb.object_id = solo.object_id ) + LEFT JOIN sys_object_language_others solo ON ( sll.language_code = solo.language_code and + solb.function_id = solo.function_id and solb.table_id = solo.table_id and solb.object_id = solo.object_id + and solb.object_type = .soloobject_type + ) sll.language_code = #{languageCode}