bf
wxr
2023-03-31 454b2cd4f8e2cf007a2ee142e0cf6bd0808c4298
HDL_ON/Entity/FunctionList.cs
@@ -105,7 +105,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>