瀏覽代碼

档案信息编辑bug

gaobingyue 5 年之前
父節點
當前提交
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
                 { model.F_ProblemTypeB = row["F_ProblemTypeB"].ToString(); }
442
                 { model.F_ProblemTypeB = row["F_ProblemTypeB"].ToString(); }
443
                 
443
                 
444
                     if (row["F_userAddress"] != null && row["F_userAddress"].ToString() != "")
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
             return model;
448
             return model;