Commit 3b9153d1 authored by 赵啸非's avatar 赵啸非

添加首页统计模块

parent 58eda78b
...@@ -49,7 +49,6 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -49,7 +49,6 @@ import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import java.lang.foreign.StructLayout;
import java.util.*; import java.util.*;
import static com.mortals.xhx.common.key.ErrorCode.ERROR_TOKEN_EXPIRED; import static com.mortals.xhx.common.key.ErrorCode.ERROR_TOKEN_EXPIRED;
...@@ -77,9 +76,6 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi ...@@ -77,9 +76,6 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
@Autowired @Autowired
private PjEvaluateStatService pjEvaluateStatService; private PjEvaluateStatService pjEvaluateStatService;
@Autowired
private ISiteFeign siteFeign;
@Autowired @Autowired
private AccessService accessService; private AccessService accessService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment