|
@ -224,7 +224,6 @@ |
|
|
left join epdc_act_user_clock_log auc on aur.ID = auc.ACT_USER_ID |
|
|
left join epdc_act_user_clock_log auc on aur.ID = auc.ACT_USER_ID |
|
|
where aur.DEL_FLAG = '0' and auc.DEL_FLAG = '0' |
|
|
where aur.DEL_FLAG = '0' and auc.DEL_FLAG = '0' |
|
|
and aur.ACT_ID = #{actId} |
|
|
and aur.ACT_ID = #{actId} |
|
|
and aur.status in ('2') |
|
|
|
|
|
order by auc.CLOCK_TIME desc |
|
|
order by auc.CLOCK_TIME desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|