管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-08-22 9f300514a23b1e008a3314c0b782ef67f190e7af
DataLoader/CS/DBHelper.cs
@@ -76,7 +76,7 @@
        /// </summary>
        public static List<SysDir> GetDirList()
        {
            string sql = "select a.*, fn_get_fullname(a.code, 2) fullName from lf.sys_dir a";
            string sql = "select a.*, fn_get_fullname(a.code, 2) fullName from lf.sys_dir a order by pid, order_num, id";
            DataTable dt = Tools.DBHelper.GetDataTable(sql);
            if (null == dt || dt.Rows.Count == 0) return null;