lius
2023-07-19 632a346f1fd07ab659bfc68e70bd6e254b0e8c51
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>