wxr
2023-03-17 8c6f7113f6aaa9d1fe74405070f3892886ebd156
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>