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