|
|
@ -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> |
|
|
|