wxr
2023-03-22 a91a9388bef8bbc619dee6db5e369f801a2d2864
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>