|
|
@ -59,9 +59,6 @@
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
|
|
|
|
AND ylqxzcrbarmc LIKE concat('%', #{ylqxzcrbarmc}, '%')
|
|
|
|
AND ylqxzcrbarmc LIKE concat('%', #{ylqxzcrbarmc}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="ggxh != '' and ggxh != null">
|
|
|
|
|
|
|
|
AND ggxh LIKE concat('%', #{ggxh}, '%')
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="cpmctymc != '' and cpmctymc != null">
|
|
|
|
<if test="cpmctymc != '' and cpmctymc != null">
|
|
|
|
AND cpmctymc LIKE concat('%', #{cpmctymc}, '%')
|
|
|
|
AND cpmctymc LIKE concat('%', #{cpmctymc}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -69,17 +66,23 @@
|
|
|
|
<!---- AND nameCode LIKE concat(#{unionCode}, '%')-->
|
|
|
|
<!---- AND nameCode LIKE concat(#{unionCode}, '%')-->
|
|
|
|
<!-- AND nameCode=#{unionCode}-->
|
|
|
|
<!-- AND nameCode=#{unionCode}-->
|
|
|
|
<!-- </if>-->
|
|
|
|
<!-- </if>-->
|
|
|
|
|
|
|
|
<if test="companyIdFk != '' and companyIdFk != null">
|
|
|
|
|
|
|
|
AND bur.companyIdFk = #{companyIdFk}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="ggxh != '' and ggxh != null">
|
|
|
|
|
|
|
|
AND ggxh = #{ggxh}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="uuid != '' and uuid != null">
|
|
|
|
<if test="uuid != '' and uuid != null">
|
|
|
|
AND bur.uuid = #{uuid}
|
|
|
|
AND bur.uuid = #{uuid}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="id != '' and id != null">
|
|
|
|
<if test="id != '' and id != null">
|
|
|
|
AND bur.id = #{id}
|
|
|
|
AND bur.id = #{id}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="diType != null and diType != null">
|
|
|
|
<if test="diType != null">
|
|
|
|
AND diType = #{diType}
|
|
|
|
AND diType = #{diType}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
|
|
|
|
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
|
|
|
|
AND zczbhhzbapzbh LIKE concat('%',#{zczbhhzbapzbh}, '%')
|
|
|
|
AND zczbhhzbapzbh LIKE concat(#{zczbhhzbapzbh}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="lastUpdateTime != null and lastUpdateTime != ''">
|
|
|
|
<if test="lastUpdateTime != null and lastUpdateTime != ''">
|
|
|
|
<![CDATA[
|
|
|
|
<![CDATA[
|
|
|
|