wxr
2023-03-03 c2692f1e148874b9146f3b819061ed12263c5b0c
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>