andream7 commented on a change in pull request #5941:
URL: https://github.com/apache/dolphinscheduler/pull/5941#discussion_r684607949



##########
File path: 
dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/AlertGroupMapper.java
##########
@@ -82,4 +83,13 @@
      * @return
      */
     String queryAlertGroupInstanceIdsById(@Param("alertGroupId") int 
alertGroupId);
+
+    /**
+     * alert group page
+     * @param page page
+     * @param groupName groupName
+     * @return map IPage
+     */
+    IPage<Map<String, Object>> queryAlertGroup(Page<Map<String, Object>> page,

Review comment:
       I have change this method name to `queryAlertGroupName` and add comments.




-- 
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