1550076451 2 lat temu
rodzic
commit
275535b30f

+ 3 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -102,6 +102,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
102 102
             string Result = HttpUtility.UrlDecode(RequestString.GetQueryString("Result"));
103 103
             int isopen = RequestString.GetInt("isopen", -1);//是否公开
104 104
             int jianhang = RequestString.GetInt("jianhang", -1);//省平台工单
105
+            int orderSign = RequestString.GetInt("orderSign ", -1);
105 106
             if (jianhang==4)
106 107
             {
107 108
                 sql += " and F_InfoSource = '2580'";
@@ -109,6 +110,8 @@ namespace CallCenterApi.Interface.Controllers.workorder
109 110
            
110 111
             if (isopen > -1)
111 112
                 sql += " and isnull(F_IsOpen,0) =" + isopen;
113
+            if (orderSign >= -1)
114
+                sql += " and F_OrderSign  =" + orderSign;
112 115
 
113 116
             string strworkorderid = HttpUtility.UrlDecode(RequestString.GetQueryString("strworkorderid"));
114 117
             if (strworkorderid.Trim() != "" && strworkorderid != "undefined")