|
@@ -25,6 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<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>
|
|
|
</where>
|
|
|
+ order by sort asc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTZymlFiledById" parameterType="String" resultMap="TZymlFiledResult">
|