Browse Source

修改管理员最后登录时间没有了BUG修复

anderx 3 years ago
parent
commit
2cc561c7b8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/java/com/goafanti/common/utils/AsyncUtils.java

+ 0 - 1
src/main/java/com/goafanti/common/utils/AsyncUtils.java

@@ -460,7 +460,6 @@ public class AsyncUtils {
 		updateExamineByRole(ad, usead, useRole, roles,AFTConstants.TECH_ADMIN);
 		updateExamineByRole(ad, usead, useRole, roles,AFTConstants.FINANCE);
 		updateExamineByRole(ad, usead, useRole, roles,AFTConstants.FINANCE_ADMIN);
-		updateExamineByRole(ad, usead, useRole, roles,AFTConstants.SALESMAN_ADMIN);
 	}
 
 	private void updateExamineByRole(Admin ad, Admin usead, List<Role> useRole, List<Role> roles, String roleType) {