优化
This commit is contained in:
@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
from wgz_attendance
|
||||
where date between #{beginDate} and #{endDate}
|
||||
and (missed_in = 0 or missed_out = 0)
|
||||
and recruit_id in (select id from bgt_project_recruit where task_id = #{taskId} ))
|
||||
and recruit_id in (select id from bgt_project_recruit where task_id = #{taskId} )
|
||||
group by date
|
||||
</select>
|
||||
|
||||
|
Reference in New Issue
Block a user