4 天以前 69dc6b16ef04bdfbfa65f77c169c0847dc7e65c2
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>