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


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/UserEntityMapper.java:
##########
@@ -38,4 +38,6 @@ public interface UserEntityMapper {
 
     int deleteById(Integer id);
 
+    int updateByPrimaryKeySelective(UserEntity record);

Review Comment:
   Suggested moving this method after `updateById` method.



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