Commit d578f761 by tyk

经验交流代码提交

parent 44510a0f
......@@ -281,13 +281,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectsyssList" parameterType="JygxWzgl" resultMap="JygxWzglResult">
select * from jygx_wzgl d
select * from jygx_wzgl
<where>
<if test="wznr != null and wznr != ''">
wznr LIKE concat('%', #{wznr}, '%') OR wzbt LIKE concat('%', #{wznr}, '%')
(wznr LIKE concat('%', #{wznr}, '%') OR wzbt LIKE concat('%', #{wznr}, '%'))
</if>
<if test="lxmc != null and lxmc != ''"> and lxmc = #{lxmc}</if>
and lxmc != "syxw"
<if test="lxmc != null and lxmc != ''"> and (lxmc = #{lxmc})</if>
AND (lxmc != 'syxw')
</where>
ORDER BY ifnull (px,999999), wzsj desc
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment