chenhj
2026-04-24 8b749305a8e8c3f4bf669f6980edf2bbb7bfa9c7
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>