liurunyu
2024-05-15 96a619620c8268f523cb8ce5c18fa3fc11bc5b03
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientTypeMapper.xml
@@ -37,7 +37,7 @@
    count(*)
    from ba_client_type
    <trim prefix="where" suffixOverrides="and">
      <if test="name != null">
      <if test="name != null and name != ''">
        name like concat('%', #{name}, '%') and
      </if>
    </trim>
@@ -48,7 +48,7 @@
    <include refid="Base_Column_List" />
    from ba_client_type
    <trim prefix="where" suffixOverrides="and">
      <if test="name != null">
      <if test="name != null and name != ''">
        name like concat('%', #{name}, '%')
      </if>
    </trim>