duhongyu 4 lat temu
rodzic
commit
329a5cb4aa

+ 2 - 2
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

11445
                                 #endregion
11445
                                 #endregion
11446
                             }).ContinueWith(q =>
11446
                             }).ContinueWith(q =>
11447
                             {
11447
                             {
11448
-                                LogFactory.GetLogger("test").Error("2-" + modelT_Bus_WorkOrder.ToJson());
11449
                                 string DeptName = "";
11448
                                 string DeptName = "";
11450
                                 if (maindept.F_IsDept == 2)
11449
                                 if (maindept.F_IsDept == 2)
11451
                                 {
11450
                                 {
16744
                                             }
16743
                                             }
16745
                                             #region 插入操作记录
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
                                             #endregion
16748
                                             #endregion
16749
 
16749
 
16750
                                         }
16750
                                         }