zhitong.yu
2024-12-27 21e0b93688de2a98abe3b7b9c0cfed6efdc21183
src/main/java/com/hxzk/controller/SanWeiController.java
@@ -31,10 +31,17 @@
    @RequestMapping(value = {"/getRealPositionsan3.do"}, method = {RequestMethod.POST, RequestMethod.GET})
    @RequestMapping(value = {"/getAnchor"}, method = {RequestMethod.POST, RequestMethod.GET})
    @ResponseBody
    public List<TbPersonAndDepartment> getRealPositionsan3(HttpServletRequest request) {
        List<TbPersonAndDepartment> realLocationList = personService.findSanWeiOffOnline();
    public List<TbPersonAndDepartment> getAnchor() {
        List<TbPersonAndDepartment> realLocationList = personService.findAnchor();
        return realLocationList;
    }
    @RequestMapping(value = {"/getGetWay"}, method = {RequestMethod.POST, RequestMethod.GET})
    @ResponseBody
    public List<TbPersonAndDepartment> getGetWay() {
        List<TbPersonAndDepartment> realLocationList = personService.findGetWay();
        return realLocationList;
    }