@@ -71,6 +71,8 @@ func isRecordNotFound(err error) bool {
return false
}
+
+//todo 请周睿检查一下这个方法
func PgSqlRowsToInerface(rows pgx.Rows) (tableData []interface{}) {
fieldDescriptions := rows.FieldDescriptions()
var columns []string