liyuanyuan %!s(int64=2) %!d(string=před) roky
rodič
revize
4fabbb2224

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

101
             string dealstrendtime = HttpUtility.UrlDecode(RequestString.GetQueryString("dealstrendtime"));
101
             string dealstrendtime = HttpUtility.UrlDecode(RequestString.GetQueryString("dealstrendtime"));
102
             string Result = HttpUtility.UrlDecode(RequestString.GetQueryString("Result"));
102
             string Result = HttpUtility.UrlDecode(RequestString.GetQueryString("Result"));
103
             int isopen = RequestString.GetInt("isopen", -1);//是否公开
103
             int isopen = RequestString.GetInt("isopen", -1);//是否公开
104
+
105
+            int orderSign = RequestString.GetInt("orderSign", -1);//省平台工单
106
+
107
+
108
+
109
+
104
             int jianhang = RequestString.GetInt("jianhang", -1);//省平台工单
110
             int jianhang = RequestString.GetInt("jianhang", -1);//省平台工单
105
             if (jianhang==4)
111
             if (jianhang==4)
106
             {
112
             {