zhoufan 4 年之前
父節點
當前提交
44573c7c27

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

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