qushaowei
2024-04-22 a862e80c1ee46a77fc8a2dacf59b0110b3669550
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>