|
|
@@ -11415,7 +11415,6 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
11415
|
11415
|
#endregion
|
|
11416
|
11416
|
}).ContinueWith(q =>
|
|
11417
|
11417
|
{
|
|
11418
|
|
- LogFactory.GetLogger("test").Error("2-" + modelT_Bus_WorkOrder.ToJson());
|
|
11419
|
11418
|
string DeptName = "";
|
|
11420
|
11419
|
if (maindept.F_IsDept == 2)
|
|
11421
|
11420
|
{
|
|
|
@@ -16205,7 +16204,6 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
16205
|
16204
|
|
|
16206
|
16205
|
new BLL.T_Bus_RemindRecord().Add(modelT_Bus_RemindRecord);
|
|
16207
|
16206
|
}
|
|
16208
|
|
- #endregion
|
|
16209
|
16207
|
|
|
16210
|
16208
|
#region 插入操作记录
|
|
16211
|
16209
|
string typename = "督办";
|
|
|
@@ -16222,6 +16220,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
16222
|
16220
|
oper.F_IsDelete = 0;
|
|
16223
|
16221
|
|
|
16224
|
16222
|
operBLL.Add(oper);
|
|
|
16223
|
+ #endregion
|
|
16225
|
16224
|
}
|
|
16226
|
16225
|
|
|
16227
|
16226
|
|