From 94b59d8d8d828aa23e5bb12a11ccd0825704c31b Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Sun, 13 Feb 2022 16:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD=E5=90=8D?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=AF=AD=E8=A8=80=E5=88=97=E8=A1=A8=20sxm=20?= =?UTF-8?q?2022-2-13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/language/SysObjectLanguageOthersDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml b/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml index 0d71006..2a2caa5 100644 --- a/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml +++ b/src/main/resources/mapper/language/SysObjectLanguageOthersDao.xml @@ -65,7 +65,7 @@ sll.language_code = #{languageCode} - and solb.function_id = #{functionId} + and (solb.function_id = #{functionId} OR fb.fun_desc like '%'+#{functionId}+'%')