zj
2026-01-14 3a1977e8cc0c5fffbc6490f220f30116af6cce86
src/main/java/com/nq/controller/backend/AdminAgentController.java
@@ -14,6 +14,7 @@
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;
@@ -65,7 +66,7 @@
    }
    //查询指数持仓统计信息
    @RequestMapping({"getParensAgent.do"})
    @GetMapping({"getParensAgent.do"})
    @ResponseBody
    public ServerResponse getParensAgent() {
        return this.iAgentUserService.getParensAgent();