// 测试数据库连接 private static bool checkConnect() { return(DBUtil.GetConnectionTest(Config.DBConnectString)); }