|
|
@@ -492,7 +492,7 @@
|
|
|
and ql.corp_id=#{data.corpId}
|
|
|
and ql.external_user_id =#{data.externalUserId}
|
|
|
and ql.log_type = 2
|
|
|
- and ql.send_type in (2,5,7)
|
|
|
+ and ql.send_type in (2,5,6,7)
|
|
|
and ql.send_status = 3
|
|
|
and ql.receiving_status = 0
|
|
|
and ql.send_time <= now()
|
|
|
@@ -532,7 +532,7 @@
|
|
|
LEFT JOIN qw_sop qs ON qs.id = ql.sop_id
|
|
|
WHERE
|
|
|
ql.log_type = 2
|
|
|
- AND ql.send_type IN (2,5,11)
|
|
|
+ AND ql.send_type IN (2,5,6,11)
|
|
|
AND ql.send_status = 3
|
|
|
AND ql.receiving_status = 0
|
|
|
AND ql.send_time <= now()
|