wxr
2024-09-22 4e95d87dec43de5f7e8bd6ef579053c1fb44414d
HDL_ON/Entity/FunctionList.cs
@@ -138,7 +138,12 @@
        /// <returns></returns>
        public List<Function> GetInverterJinmaoList()
        {
            return Functions.FindAll((obj) => obj.spk == SPK.InverterJinmao);
            var tempList = Functions.FindAll((obj) => obj.spk == SPK.InverterJinmao);
            foreach(var device in tempList)
            {
                device.collect = true;
            }
            return tempList;
        }
        /// <summary>