src/main/resources/mapper/XlsReportMapper.xml @@ -14,7 +14,7 @@ and create_time >= #{start} </if> <if test="end != null"> and end <= #{end} and create_time <= #{end} </if> </where> order by id desc