liurunyu
2023-11-17 85ce0fa8006e3290447ae0e78783b353f7a3e8f6
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaBlockMapper.xml
@@ -40,10 +40,10 @@
    from ba_block
      <trim prefix="where " suffixOverrides="and">
        <if test="name != null">
          name like '%#{name,jdbcType=VARCHAR}%' and
          name like concat('%', #{name}, '%') and
        </if>
        <if test="header != null">
          header = '#{header,jdbcType=VARCHAR}' and
          header like concat('%', #{header}, '%') and
        </if>
        <if test="phone != null">
          phone = '#{phone,jdbcType=VARCHAR}' and
@@ -60,7 +60,7 @@
    from ba_block
    <trim prefix="where " suffixOverrides="and">
      <if test="name != null">
        name like '%#{name,jdbcType=VARCHAR}%' and
        name like concat('%', #{name}, '%') and
      </if>
      <if test="header != null">
        header = '#{header,jdbcType=VARCHAR}' and