2026-04-23 a1b154bfd4c5e138d964e1bfdc5a2bcac1e25488
src/main/resources/mapper/basic/CustomerPrivatePoolMapper.xml
@@ -41,8 +41,8 @@
            <if test="c.customerType != null">
                and c.customer_type = #{c.customerType}
            </if>
            <if test="c.boundId != null">
                and cpp.boundId = #{c.boundId}
            <if test="c.bound_id != null">
                and cpp.bound_id = #{c.boundId}
            </if>
        </where>