|
|
@@ -205,7 +205,6 @@
|
|
|
from sop_user_logs a
|
|
|
inner join qw_sop b on a.sop_id = b.id
|
|
|
inner join qw_sop_temp c on b.temp_id = c.id
|
|
|
- inner join qw_sop_temp c on b.temp_id = c.id
|
|
|
where a.start_time <= Now()
|
|
|
and a.status = 1
|
|
|
and b.send_type != 4 and b.status in (2,3)
|