liurunyu
2025-06-24 6ebc3a4e7dc07f92e30a10f93bb19c32bef34d1c
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>