src/main/java/com/lf/server/aspect/LogAspect.java
@@ -1,7 +1,7 @@ package com.lf.server.aspect; import com.lf.server.entity.sys.OperateEntity; import com.lf.server.entity.sys.UsersEntity; import com.lf.server.entity.sys.UserEntity; import com.lf.server.helper.WebHelper; import com.lf.server.service.sys.OperateService; import com.lf.server.service.sys.TokenService; @@ -103,7 +103,7 @@ oe.setBak(sysLog.value()); } UsersEntity ue = tokenService.getCurrentUser(req); UserEntity ue = tokenService.getCurrentUser(req); if (ue != null) { oe.setUserid(ue.getId()); }