|
@@ -80,8 +80,8 @@
|
|
|
GROUP_CONCAT(u.serial_number) as number,GROUP_CONCAT(case when up.id is null then 0 else 1 end) as state,
|
|
|
case when si.status = '1' then 1 else 2 end as signInStatus,si.status as inStatus,date_format(si.time,'%H:%i:%s') as inTime,
|
|
|
case when so.status = '1' then 1 else 2 end as signOutStatus,so.status as outStatus,date_format(so.time,'%H:%i:%s') as outTime,
|
|
|
- case when d.id is null then 2 else 1 end as dailyStatus,date_format(d.submit_time,'%H:%i:%s') as dailyTime,d.file_url as dailyUrl,
|
|
|
- case when w.id is null then 2 else 1 end as weekStatus,date_format(w.submit_time,'%H:%i:%s') as weekTime,w.file_url as weekUrl
|
|
|
+ case when d.id is null then 2 else 1 end as dailyStatus,date_format(d.submit_time,'%H:%i:%s') as dailyTime,d.file_name as dailyName,d.file_url as dailyUrl,
|
|
|
+ case when w.id is null then 2 else 1 end as weekStatus,date_format(w.submit_time,'%H:%i:%s') as weekTime,w.file_name as weekName,w.file_url as weekUrl
|
|
|
FROM duty_seat_duty_unit u
|
|
|
LEFT JOIN duty_seat_duty_unit_person up on u.id = up.unit_id and up.del_flag = 0
|
|
|
<if test="accountIds != null and accountIds.size() != 0">
|