소스 검색

用户离线更新

huangzhiyong 6 년 전
부모
커밋
4e24ae092b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      svr/svr-healthy-house/src/main/java/com/yihu/jw/healthyhouse/interceptor/ActivatedInterceptor.java

+ 2 - 2
svr/svr-healthy-house/src/main/java/com/yihu/jw/healthyhouse/interceptor/ActivatedInterceptor.java

@ -41,8 +41,8 @@ import java.util.Map;
 * @author HZY
 * @created 2018/10/9 9:19
 */
//@Aspect
//@Component
@Aspect
@Component
public class ActivatedInterceptor  {
    private static final Logger logger = LoggerFactory.getLogger(ActivatedInterceptor.class);