Cui Zhi Feng
2024-09-10 d26e7684442a434e5298d8e3e954519faa18420a
src/main/resources/mapper/point/CustomerPointMapper.xml
@@ -26,7 +26,7 @@
        <if test="dto.customerId!= null and dto.customerId != 0">
            and t.customer_id = #{dto.customerId}
        </if>
        <if test="dto.userId!= null and dto.userId != 0">
        <if test="dto.userId!= null and dto.userId != ''">
            and t.user_id = #{dto.userId}
        </if>
        <if test="dto.recordDateStart!=null ">