zhoufan 4 yıl önce
ebeveyn
işleme
9fa19bdafd

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