优化
This commit is contained in:
@ -66,7 +66,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
left join bgt_project_recruit_apply bpra on wa.recruit_id = bpra.recruit_id and bpra.user_id = wa.user_id
|
||||
left join bgt_project_recruit bpr on bpr.id = bpra.recruit_id
|
||||
left join fbs_project_task fpt on fpt.id = bpr.task_id
|
||||
where wa.date = #{dto.date}'
|
||||
where wa.date = #{dto.date}
|
||||
<if test="dto.attendanceType !=null and dto.attendanceType ==1 ">
|
||||
and (wa.missed_in =0 or missed_out = 0 )
|
||||
</if>
|
||||
|
Reference in New Issue
Block a user