src/main/resources/mapper/calendar/CalendarMapperCustom.xml
@@ -17,7 +17,7 @@ from t_calendar t where 1=1 <if test="dto.startDate != null"> and t.cal_date > #{dto.startDate} and t.cal_date >= #{dto.startDate} </if> <if test="dto.endDate != null"> and t.cal_date <= #{dto.endDate}