wxr
2020-09-15 673a93f4ed742a10a879a67b616e6646b03ef0fb
HDL_ON/Entity/FunctionList.cs
@@ -102,7 +102,7 @@
        /// </summary>
        public List<Function> GetAllDeviceFunctionList()
        {
            if (deviceFunctionList == null)
            if (deviceFunctionList == null|| deviceFunctionList.Count == 0)
            {
                deviceFunctionList = new List<Function>();
                deviceFunctionList.AddRange(aCs);