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