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