wxr
2023-03-08 426c5e387c5553177d3f949c5e19e9f31353d1d3
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>