fuweng11 commented on code in PR #9537: URL: https://github.com/apache/inlong/pull/9537#discussion_r1437437043
########## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/AuditEntityMapper.java: ########## @@ -59,4 +59,10 @@ List<Map<String, Object>> sumByLogTsAndIp(@Param(value = "ip") String ip, @Param(value = "sDate") String sDate, @Param(value = "eDate") String eDate, @Param(value = "format") String format); + + List<Map<String, Object>> sumGroupByIp(@Param(value = "groupId") String groupId, + @Param(value = "streamId") String streamId, + @Param(value = "auditId") String auditId, + @Param(value = "sDate") String sDate, + @Param(value = "eDate") String eDate); Review Comment: Fix. ########## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/AuditEntityMapper.java: ########## @@ -59,4 +59,10 @@ List<Map<String, Object>> sumByLogTsAndIp(@Param(value = "ip") String ip, @Param(value = "sDate") String sDate, @Param(value = "eDate") String eDate, @Param(value = "format") String format); + + List<Map<String, Object>> sumGroupByIp(@Param(value = "groupId") String groupId, + @Param(value = "streamId") String streamId, + @Param(value = "auditId") String auditId, + @Param(value = "sDate") String sDate, + @Param(value = "eDate") String eDate); Review Comment: Fixed. -- 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