Browse Source

多语言列表 2022年11月1日 sxm

master
[li_she] 3 years ago
parent
commit
7db08d64ba
  1. 4
      src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml

4
src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml

@ -66,7 +66,9 @@
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 )
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
)
<where>
<if test="languageCode != null and languageCode != ''">
sll.language_code = #{languageCode}

Loading…
Cancel
Save