forked from github/dataease
refactor: 回滚
This commit is contained in:
parent
3fbb8db02e
commit
9a639a1cf2
@ -342,12 +342,6 @@
|
||||
<artifactId>ashot</artifactId>
|
||||
<version>1.5.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.dataease</groupId>
|
||||
<artifactId>dataease-plugin-common</artifactId>
|
||||
<version>1.18.11</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
@ -122,11 +122,9 @@ public class JdbcProvider extends DefaultJdbcProvider {
|
||||
list.add(tableField);
|
||||
}
|
||||
} else {
|
||||
System.out.println(database);
|
||||
if (database != null) {
|
||||
if (tableName.equals(datasourceRequest.getTable()) && database.equalsIgnoreCase(getDatabase(datasourceRequest))) {
|
||||
TableField tableField = getTableFiled(resultSet, datasourceRequest);
|
||||
System.out.println(new Gson().toJson(tableField));
|
||||
list.add(tableField);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user