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;