healchow commented on code in PR #7621:
URL: https://github.com/apache/inlong/pull/7621#discussion_r1138249295


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/StreamSourceEntityMapper.java:
##########
@@ -148,6 +154,14 @@ int updateIpAndUuid(@Param("id") Integer id, 
@Param("agentIp") String agentIp, @
 
     int updateSnapshot(StreamSourceEntity entity);
 
+    /**
+     * @param idList db source id list
+     * @param status modify status
+     * @param operator operator name

Review Comment:
   ```suggestion
        * Update the source status
        *
        * @param idList source id list
        * @param status modify the status to this
        * @param operator operator 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