@@ -31,5 +31,5 @@ FROM sa_order t1
where t1.siteid = $siteid$
and $where$
and t1.type!='工具借用单'
- and (t1.status!='新建' or t1.createuserid =$userid$ or t1.createflag=1)
+ and (t1.status!='新建' or t1.createuserid =$userid$ or t1.createflag=1) and $tablefilter$