gaobingyue лет назад: 5
Родитель
Сommit
cbe816a845
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      codegit/CallCenterApi/CallCenterApi.DAL/T_Rec_RegRecords.cs

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.DAL/T_Rec_RegRecords.cs

@@ -442,7 +442,7 @@ parameters[22].Value = model.F_UnitOffice;
442 442
                 { model.F_ProblemTypeB = row["F_ProblemTypeB"].ToString(); }
443 443
                 
444 444
                     if (row["F_userAddress"] != null && row["F_userAddress"].ToString() != "")
445
-                { model.F_ProblemTypeB = row["F_userAddress"].ToString(); }
445
+                { model.F_userAddress = row["F_userAddress"].ToString(); }
446 446
 
447 447
             }
448 448
             return model;