DataLoader/CS/DBHelper.cs
@@ -66,7 +66,7 @@ /// </summary> public static List<SysDir> GetDirList() { string sql = "select * from lf.sys_dir"; string sql = "select a.*, fn_get_fullname(a.code, 2) fullName from lf.sys_dir a"; DataTable dt = Tools.DBHelper.GetDataTable(sql); if (null == dt || dt.Rows.Count == 0) return null;