|
|
@@ -1530,6 +1530,8 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
1530
|
1530
|
return Error("操作失败" + ex.Message);
|
|
1531
|
1531
|
}
|
|
1532
|
1532
|
}
|
|
|
1533
|
+
|
|
|
1534
|
+
|
|
1533
|
1535
|
[HttpPost]
|
|
1534
|
1536
|
public ActionResult uploadAddWorkorders(uploadAddWorders info)
|
|
1535
|
1537
|
{
|
|
|
@@ -1537,6 +1539,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
1537
|
1539
|
return Error("内容为空");
|
|
1538
|
1540
|
try
|
|
1539
|
1541
|
{
|
|
|
1542
|
+ LogFactory.GetLogger("1123").Warn(info.ToJson());
|
|
1540
|
1543
|
using (TransactionScope trans = new TransactionScope())
|
|
1541
|
1544
|
{
|
|
1542
|
1545
|
#region 保存工单信息
|
|
|
@@ -6403,8 +6406,11 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
6403
|
6406
|
dt.Rows[0]["F_ConPhone"] = "";
|
|
6404
|
6407
|
}
|
|
6405
|
6408
|
}
|
|
6406
|
|
-
|
|
6407
|
|
- var configly = configBll.GetModelList(" F_ParamCode='PlayLeaveVoice' ").FirstOrDefault();
|
|
|
6409
|
+ if (userModel.F_RoleCode == "WLDW")
|
|
|
6410
|
+ {
|
|
|
6411
|
+ dt.Rows[0]["F_WorkRemarks"] = "";
|
|
|
6412
|
+ }
|
|
|
6413
|
+ var configly = configBll.GetModelList(" F_ParamCode='PlayLeaveVoice' ").FirstOrDefault();
|
|
6408
|
6414
|
var config = configBll.GetModelList(" F_ParamCode='PlayPath' ").FirstOrDefault();
|
|
6409
|
6415
|
var configfj = configBll.GetModelList(" F_ParamCode='FileUrlPath' ").FirstOrDefault();
|
|
6410
|
6416
|
|