Explorar el Código

发货单所有明细添加手工关闭的单子

hu hace 3 años
padre
commit
214c5bb11b

+ 1 - 1
src/custom/restcontroller/webmanage/sale/dispatch/SQL/发货单明细所有列表查询.sql

@@ -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 ('审核','复核','关闭','手工关闭')