wxr
2020-09-14 a251442d9fc088b3d8cf74d20b959f0f6103b095
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);