lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcVacationManagementMapper.xml
@@ -23,4 +23,8 @@ order by vacation_date asc </where> </select> <select id="selectLastWeekDays" resultType="org.jeecg.modules.mdc.entity.MdcVacationManagement"> select top 1 * from mdc_vacation_management where vacation_type = '双休日' order by vacation_date desc </select> </mapper>