Commit 4a3dad48 by tyk

经验交流代码提交

parent 0a67cd76
...@@ -287,6 +287,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -287,6 +287,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
wznr LIKE concat('%', #{wznr}, '%') OR wzbt LIKE concat('%', #{wznr}, '%') wznr LIKE concat('%', #{wznr}, '%') OR wzbt LIKE concat('%', #{wznr}, '%')
</if> </if>
<if test="lxmc != null and lxmc != ''"> and lxmc = #{lxmc}</if> <if test="lxmc != null and lxmc != ''"> and lxmc = #{lxmc}</if>
and lxmc != "syxw"
</where> </where>
ORDER BY ifnull (px,999999), wzsj desc ORDER BY ifnull (px,999999), wzsj desc
</select> </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