Browse Source

添加功能名查询语言列表 sxm 2022-2-13

master
[li_she] 4 years ago
parent
commit
94b59d8d8d
  1. 2
      src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml

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

@ -65,7 +65,7 @@
sll.language_code = #{languageCode} sll.language_code = #{languageCode}
</if> </if>
<if test="functionId != null and functionId != ''"> <if test="functionId != null and functionId != ''">
and solb.function_id = #{functionId}
and (solb.function_id = #{functionId} OR fb.fun_desc like '%'+#{functionId}+'%')
</if> </if>
</where> </where>

Loading…
Cancel
Save