mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 21:15:12 +08:00
refactor: 代码调整
This commit is contained in:
@@ -121,7 +121,7 @@ public class DataSetTableService {
|
||||
|
||||
String[] fieldArray = fields.stream().map(DatasetTableField::getOriginName).toArray(String[]::new);
|
||||
// datasourceRequest.setQuery("SELECT " + StringUtils.join(fieldArray, ",") + " FROM " + table + " LIMIT 0,10;");
|
||||
datasourceRequest.setQuery(createQuerySQL(ds.getType(), table, fieldArray) + " LIMIT 0,10;");
|
||||
datasourceRequest.setQuery(createQuerySQL(ds.getType(), table, fieldArray) + " LIMIT 0,10");
|
||||
|
||||
List<String[]> data = new ArrayList<>();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user