Skip to content

Commit ad1baa9

Browse files
authored
fix jdbc query bug
1 parent f4958c1 commit ad1baa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/edp/davinci/service/impl/ViewServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ public PaginateWithQueryColumns getResultDataList(boolean isMaintainer, ViewWith
716716
excludeColumns);
717717
}
718718
} else {
719+
buildQuerySql(querySqlList, source, executeParam);
719720
if (!CollectionUtils.isEmpty(executeSqlList)) {
720721
executeSqlList.forEach(sql -> sqlUtils.execute(sql));
721722
}

0 commit comments

Comments
 (0)