| | |
| | | |
| | | |
| | | |
| | | @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; |
| | | } |
| | | |