2026-04-20 a28e2d43692d0e8d828a6ff09f0a44664ea6f41e
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>