src/main/java/com/moral/controller/MobileController.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/moral/controller/MobileController.java
@@ -135,6 +135,9 @@ */ @PostMapping("getOrgsByAreaName") public AppData<List<Organization>> getOrganizationsByAreaName(HttpServletRequest request) { System.out.println("++++++++++++++++++++++++++++++++"); System.out.println(request.getParameter("areaName")); Map<String, Object> parameters = getParametersStartingWith(request, null); List<Organization> organizations = organizationService.getOrganizationsByAreaName(parameters); return new AppData<List<Organization>>(organizations);