|
|
@ -70,7 +70,7 @@ public class SysLogAspect { |
|
|
|
UserEntity systemUser = JSON.parseObject(userEntityStr,UserEntity.class); |
|
|
|
UserEntity systemUser = JSON.parseObject(userEntityStr,UserEntity.class); |
|
|
|
|
|
|
|
|
|
|
|
//根据userId查询工号以及员工姓名
|
|
|
|
//根据userId查询工号以及员工姓名
|
|
|
|
if(userId !=null || userId != ""){ |
|
|
|
if(userId !=null && userId != ""){ |
|
|
|
EmployeeEntity employeeEntity = hrmsFeignService.getEmpmsgById(Long.valueOf(userId)); |
|
|
|
EmployeeEntity employeeEntity = hrmsFeignService.getEmpmsgById(Long.valueOf(userId)); |
|
|
|
operation.addOperationLog(joinPoint,res,time,systemUser,employeeEntity); |
|
|
|
operation.addOperationLog(joinPoint,res,time,systemUser,employeeEntity); |
|
|
|
} |
|
|
|
} |
|
|
|