gongchunyi
2026-04-24 cd8ce22dac3d5af2c787aa673c4db3a3926e8c2a
src/main/resources/mapper/basic/CustomerPrivatePoolMapper.xml
@@ -42,9 +42,8 @@
                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>
        order by cpp.id desc
    </select>