日历的具体考勤和班次信息
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user