Commit 7c299aac by tyk

经验交流代码提交

parent 3a789883
......@@ -275,7 +275,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectsyssList" parameterType="JygxWzgl" resultMap="JygxWzglResult">
select * from jygx_wzgl d
<where>
<if test="wznr != null and wznr != ''">
wznr LIKE concat('%', #{wznr}, '%') OR wzbt LIKE concat('%', #{wznr}, '%')
</if>
<if test="lxmc != null and lxmc != ''"> and lxmc = #{lxmc}</if>
</where>
ORDER BY ifnull (px,999999), wzsj desc
......
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