|
|
@@ -1029,7 +1029,7 @@ namespace RMYY_CallCenter_Api.Controllers
|
|
1029
|
1029
|
Dictionary<string, object> dic = new Dictionary<string, object>();
|
|
1030
|
1030
|
dic.Add("incidentNo", model.F_OrderNo);
|
|
1031
|
1031
|
dic.Add("userNo", User.F_UserCode);
|
|
1032
|
|
- if (!string.IsNullOrEmpty(BackReason))
|
|
|
1032
|
+ if (string.IsNullOrEmpty(BackReason))
|
|
1033
|
1033
|
{
|
|
1034
|
1034
|
BackReason = "无需再进行处理";
|
|
1035
|
1035
|
}
|
|
|
@@ -2227,7 +2227,8 @@ namespace RMYY_CallCenter_Api.Controllers
|
|
2227
|
2227
|
dic.Add("userNo", User.F_UserCode);
|
|
2228
|
2228
|
dic.Add("satisfactionType",4);
|
|
2229
|
2229
|
dic.Add("solveState", 1);
|
|
2230
|
|
- dic.Add("userSay", SX + "小时未评价自动评价满意");
|
|
|
2230
|
+ dic.Add("userSay", SX + "小时未评价自动评价满意");
|
|
|
2231
|
+ dic.Add("confirmType", 1);
|
|
2231
|
2232
|
InvokeZD.ZDEvaluate(dic);
|
|
2232
|
2233
|
}
|
|
2233
|
2234
|
catch (Exception)
|
|
|
@@ -2647,6 +2648,8 @@ namespace RMYY_CallCenter_Api.Controllers
|
|
2647
|
2648
|
dic.Add("userNo", User.F_UserCode);
|
|
2648
|
2649
|
dic.Add("satisfactionType", satisfactionType);
|
|
2649
|
2650
|
dic.Add("solveState", 1);
|
|
|
2651
|
+ dic.Add("confirmType", 1);
|
|
|
2652
|
+
|
|
2650
|
2653
|
if (string.IsNullOrEmpty(EvaluateContent))
|
|
2651
|
2654
|
{
|
|
2652
|
2655
|
EvaluateContent = " ";
|