|
|
@@ -11445,7 +11445,6 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
11445
|
11445
|
#endregion
|
|
11446
|
11446
|
}).ContinueWith(q =>
|
|
11447
|
11447
|
{
|
|
11448
|
|
- LogFactory.GetLogger("test").Error("2-" + modelT_Bus_WorkOrder.ToJson());
|
|
11449
|
11448
|
string DeptName = "";
|
|
11450
|
11449
|
if (maindept.F_IsDept == 2)
|
|
11451
|
11450
|
{
|
|
|
@@ -16744,7 +16743,8 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
16744
|
16743
|
}
|
|
16745
|
16744
|
#region 插入操作记录
|
|
16746
|
16745
|
|
|
16747
|
|
- opt = "于" + DateTime.Now.ToString("yyyy年MM月dd日HH时mm分ss秒") + "审核拒绝了工单";
cbreasons = ",审核意见:" + reason;
|
|
|
16746
|
+ opt = "于" + DateTime.Now.ToString("yyyy年MM月dd日HH时mm分ss秒") + "审核拒绝了工单";
|
|
|
16747
|
+ cbreasons = ",审核意见:" + reason;
|
|
16748
|
16748
|
#endregion
|
|
16749
|
16749
|
|
|
16750
|
16750
|
}
|