sjw пре 4 година
родитељ
комит
90b7265022

+ 1 - 1
src/rest/openapi/restcontroller/housekeeper/workorder/SQL/服务预约单列表查询.sql

@@ -1,2 +1,2 @@
 select t.fservernum,convert(varchar,t.createdate,120)createdate,t.customername,(isnull(t.FPROVINCE,'')+isnull(t.FCITY,'')+isnull(t.FCOUNTY,0)) fcounty,t.faddress,t.ftype,t.fstatus from Serviceform t
 select t.fservernum,convert(varchar,t.createdate,120)createdate,t.customername,(isnull(t.FPROVINCE,'')+isnull(t.FCITY,'')+isnull(t.FCOUNTY,0)) fcounty,t.faddress,t.ftype,t.fstatus from Serviceform t
-where t.siteid=$siteid$  and t.fagentnum=$fagentnum$ and $where$
+where t.siteid=$siteid$  and t.fagentnum=$fagentnum$ and t.fstatus<>'´ýÖ¸ÅÉ' and $where$