|
|
@@ -78,9 +78,9 @@ public class CommonLogTask { |
|
|
|
commonLog.setUserRole("政府工作人员"); |
|
|
|
commonLog.setAreaCode(userInfo.getRegionCode()); |
|
|
|
String description = optLog.getDescription(); |
|
|
|
if (description.equals("登录")){ |
|
|
|
if ("登陆".equals(description)){ |
|
|
|
commonLog.setActionType(1); |
|
|
|
}else if (description.equals("退出登录")){ |
|
|
|
}else if ("退出登陆".equals(description)){ |
|
|
|
commonLog.setActionType(2); |
|
|
|
}else { |
|
|
|
commonLog.setActionType(3); |
|
|
|