Pārlūkot izejas kodu

档案信息编辑bug

gaobingyue 5 gadi atpakaļ
vecāks
revīzija
cbe816a845

+ 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;