|
@@ -215,6 +215,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
state = '0'
|
|
|
<if test="id != null and id != ''"> and id = #{id} </if>
|
|
|
+ <if test="sczt != null and sczt != ''"> and sczt = #{sczt} </if>
|
|
|
<if test="xzqhId != null and xzqhId != ''"> and szxzqh like concat( #{xzqhId}, '%')</if>
|
|
|
<if test="jgmc != null and jgmc != ''"> and jgmc like concat('%', #{jgmc}, '%')</if>
|
|
|
<if test="pddj != null and pddj != ''"> and IFNULL((select pddj from zwyw_djpd_sq where jg_id = yljg_jcxx.id limit 1), '00') = #{pddj}</if>
|
|
@@ -241,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
state = '0'
|
|
|
<if test="id != null and id != ''"> and id = #{id} </if>
|
|
|
+ <if test="sczt != null and sczt != ''"> and sczt = #{sczt} </if>
|
|
|
<if test="xzqhId != null and xzqhId != ''"> and szxzqh like concat( #{xzqhId}, '%')</if>
|
|
|
<if test="jgmc != null and jgmc != ''"> and jgmc like concat('%', #{jgmc}, '%')</if>
|
|
|
<if test="pddj != null and pddj != ''"> and IFNULL((select pddj from zwyw_djpd_sq where jg_id = yljg_jcxx.id limit 1), '00') = #{pddj}</if>
|
|
@@ -265,6 +267,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
state = '0'
|
|
|
<if test="id != null and id != ''"> and id = #{id} </if>
|
|
|
+ <if test="sczt != null and sczt != ''"> and sczt = #{sczt} </if>
|
|
|
<if test="xzqhId != null and xzqhId != ''"> and szxzqh like concat( #{xzqhId}, '%')</if>
|
|
|
<if test="jgmc != null and jgmc != ''"> and jgmc like concat('%', #{jgmc}, '%')</if>
|
|
|
<if test="pddj != null and pddj != ''"> and IFNULL((select pddj from zwyw_djpd_sq where jg_id = yljgsq_jcxx.id limit 1), '00') = #{pddj}</if>
|