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>