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}