yl
2022-11-01 cb776a0d9f1257047ae39c740b06e6ab487b1bfc
VueWebApi/DLL/DAL/AppDeviceManageDAL.cs
@@ -1120,7 +1120,7 @@
            try
            {
                list.Clear();
                for (int i = 1; i <= json.Count; i++)
                for (int i = 0; i <json.Count; i++)
                {
                    string code = json[i].code.ToString();
                    string name = json[i].name.ToString();