wxr
2023-03-01 8e65391ab8d48285f9049f2747fb420f3ad1b852
HDL_ON/Entity/FunctionList.cs
@@ -94,7 +94,7 @@
        /// <returns></returns>
        public List<Function> GetAcstParentList()
        {
            return Functions.FindAll((obj) => obj.spk == SPK.AcstParent);
            return Functions.FindAll((obj) => obj.spk == SPK.AcstParent);//.OrderByDescending(o=>o.controlCounter).ToList()
        }
        /// <summary>