dockerzhang commented on code in PR #9537:
URL: https://github.com/apache/inlong/pull/9537#discussion_r1437417909


##########
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:
   what's the meaning of s/eDate, it's better to give a clearer name.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to