liurunyu
2024-11-08 5b8a52d6cef6f6b1032cc576471b505e69304331
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaDivideMapper.xml
@@ -52,13 +52,13 @@
    left join ba_block bbk on bd.blockId = bbk.id
    where bd.deleted != 1
    <trim prefix="and" suffixOverrides="and">
      <if test="name != null">
      <if test="name != null and name != ''">
        bd.name like concat('%', #{name}, '%') and
      </if>
      <if test="header != null">
      <if test="header != null and header != ''">
        bd.header = '#{header,jdbcType=VARCHAR}' and
      </if>
      <if test="phone != null">
      <if test="phone != null and phone != ''">
        bd.phone = '#{phone,jdbcType=VARCHAR}' and
      </if>
      <if test="blockName != null">
@@ -81,13 +81,13 @@
    left join ba_district bdtv on bd.villageId=bdtv.id
    where bd.deleted != 1
    <trim prefix="and" suffixOverrides="and">
      <if test="name != null">
      <if test="name != null and name != ''">
        bd.name like concat('%', #{name}, '%') and
      </if>
      <if test="header != null">
      <if test="header != null and header != ''">
        bd.header = '#{header,jdbcType=VARCHAR}' and
      </if>
      <if test="phone != null">
      <if test="phone != null and phone != ''">
        bd.phone = '#{phone,jdbcType=VARCHAR}' and
      </if>
      <if test="blockName != null">