2026-04-20 1dc68ebfceb2a12b3d72a7584a04f11cdf8bcd62
src/main/resources/mapper/basic/CustomerPrivatePoolMapper.xml
@@ -41,6 +41,10 @@
            <if test="c.customerType != null">
                and c.customer_type = #{c.customerType}
            </if>
            <if test="c.boundId != null">
                and cpp.boundId = #{c.boundId}
            </if>
        </where>
        order by cpp.id desc
    </select>