liyuanyuan %!s(int64=3) %!d(string=před) roky
rodič
revize
5ddf95196a

+ 5 - 0
RMYY_CallCenter_Api.Dal/T_FaultRepair_Base.cs

381
                     model.F_ConfirmEquip = int.Parse(row["F_ConfirmEquip"].ToString());
381
                     model.F_ConfirmEquip = int.Parse(row["F_ConfirmEquip"].ToString());
382
                 }
382
                 }
383
 
383
 
384
+                
384
 
385
 
386
+                     if (row["F_AssignUser"] != null)
387
+                {
388
+                    model.F_AssignUser = row["F_AssignUser"].ToString();
389
+                }
385
 
390
 
386
                 if (row["F_DeviceEncode"] != null)
391
                 if (row["F_DeviceEncode"] != null)
387
                 {
392
                 {

+ 1 - 0
RMYY_CallCenter_Api/Controllers/FaultRepairController.cs

2893
                             if (shaixuanlist.Count > 0)
2893
                             if (shaixuanlist.Count > 0)
2894
                             {
2894
                             {
2895
                                 frmodel.F_AssignTime = DateTime.Now;
2895
                                 frmodel.F_AssignTime = DateTime.Now;
2896
+                                frmodel.F_AssignUser = "系统流转";
2896
                                 frmodel.F_Maintenancer = shaixuanlist.First().F_UserCode;
2897
                                 frmodel.F_Maintenancer = shaixuanlist.First().F_UserCode;
2897
                                 frmodel.F_MaintenanceDept = deptid.ToString();
2898
                                 frmodel.F_MaintenanceDept = deptid.ToString();
2898
                                 baseBll.Update(frmodel);
2899
                                 baseBll.Update(frmodel);