修改code review

This commit is contained in:
jason
2021-10-31 22:11:55 +08:00
parent 722eaf3513
commit f26c17cff0
21 changed files with 768 additions and 115 deletions

View File

@ -100,6 +100,7 @@ public class SecurityFrameworkUtils {
WebFrameworkUtils.setLoginUserId(request, loginUser.getId());
WebFrameworkUtils.setLoginUserType(request, loginUser.getUserType());
// TODO @jason使用 userId 会不会更合适哈?
// TODO @芋道源码 该值被赋值给 user task 中assignee username 显示更直白一点
org.activiti.engine.impl.identity.Authentication.setAuthenticatedUserId(loginUser.getUsername());
}