zhubaomin
2025-05-07 73ef7206a89b119a68b7de9abd68c7664d1c605c
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>