日历的具体考勤和班次信息

This commit is contained in:
dy
2025-07-22 15:49:18 +08:00
parent 34d7b40645
commit c289a25829
9 changed files with 178 additions and 101 deletions

View File

@@ -3,8 +3,8 @@
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.dromara.property.mapper.AttendanceArrangementMapper">
<select id="selectArrangementList" resultType="org.dromara.property.domain.AttendanceArrangement">
<foreach collection="req.selectList" item="select">
SELECT
aa.*,
@@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
WHERE
aa.start_date = #{stateDate}
</foreach>
</select>
</mapper>