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