|
<if test="filedName != null and filedName != ''"> and filed_name like concat('%', #{filedName}, '%')</if>
|
|
<if test="filedName != null and filedName != ''"> and filed_name like concat('%', #{filedName}, '%')</if>
|
|
<if test="filedNameZh != null and filedNameZh != ''"> and filed_name_zh like concat('%', #{filedNameZh}, '%')</if>
|
|
<if test="filedNameZh != null and filedNameZh != ''"> and filed_name_zh like concat('%', #{filedNameZh}, '%')</if>
|