vernedeng commented on code in PR #9443: URL: https://github.com/apache/inlong/pull/9443#discussion_r1418796627
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java: ########## @@ -330,8 +333,10 @@ public List<AuditVO> listByCondition(AuditRequest request) throws Exception { } } else if (AuditQuerySource.CLICKHOUSE == querySource) { try (Connection connection = config.getCkConnection(); - PreparedStatement statement = getAuditCkStatement(connection, groupId, streamId, auditId, - request.getStartDate(), request.getEndDate()); + PreparedStatement statement = StringUtils.isNotBlank(request.getIp()) ? getAuditCkStatementByIp( Review Comment: release resource plz -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org