Selaa lähdekoodia

Merge branch 'master' of http://192.168.1.222:3000/duhongyu/Anyang_api

duhongyu 4 vuotta sitten
vanhempi
commit
f898738077
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      CallCenterApi/CallCenterApi.BLL/T_Sys_UserAccount.cs

+ 1 - 1
CallCenterApi/CallCenterApi.BLL/T_Sys_UserAccount.cs

@@ -177,7 +177,7 @@ namespace CallCenterApi.BLL
177 177
                 var ds = new DataSet();
178 178
                 if (string.IsNullOrEmpty(strWhere))
179 179
                 {
180
-                    ds.Tables.Add(dt);
180
+                    ds.Tables.Add(dt.Copy());
181 181
                 }
182 182
                 else
183 183
                 {