|
|
@@ -34,4 +34,4 @@ FROM sa_dispatch_items t1
|
|
|
LEFT JOIN sa_agents t9 on t9.sys_enterpriseid = t4.sys_enterpriseid and t9.siteid = t4.siteid
|
|
|
LEFT JOIN sys_enterprise t10 on t10.sys_enterpriseid = t4.sys_enterpriseid and t10.siteid = t4.siteid
|
|
|
where $where$
|
|
|
- and t1.siteid = $siteid$ and t4.status in ('审核','复核','关闭')
|
|
|
+ and t1.siteid = $siteid$ and t4.status in ('审核','复核','关闭','手工关闭')
|