gongzuming
2024-09-20 35309b932b738d5a8537e53207d28004a8da0f89
src/main/resources/mapper/point/CustomerPointMapper.xml
@@ -45,7 +45,7 @@
               AND t.record_date <= #{dto.recordDateEnd}
            ]]>
        </if>
        <if test="dto.type!=null and dto.type != null">
        <if test="dto.type!=null and dto.type != ''">
            and t.type = #{dto.type}
        </if>
        <if test="dto.remarks!=null and dto.remarks != null">