沈斌
2018-05-07 2101fdde7e60bde3b81752b4e18f50023b643919
test
1 files modified
5 ■■■■ changed files
src/main/java/com/moral/controller/MobileController.java 5 ●●●● patch | view | raw | blame | history
src/main/java/com/moral/controller/MobileController.java
@@ -122,6 +122,9 @@
     */
    @PostMapping("getMpointsByAreaName")
    public AppData<List<MonitorPoint>> getMonitorPointsByAreaName(HttpServletRequest request) {
        System.out.println("++++++++++++++++++++++++++++++++11111");
        System.out.println(request.getParameter("areaName"));
        Map<String, Object> parameters = getParametersStartingWith(request, null);
        List<MonitorPoint> monitorPoints = monitorPointService.getMonitorPointsByAreaName(parameters);
        return new AppData<List<MonitorPoint>>(monitorPoints);
@@ -135,7 +138,7 @@
     */
    @PostMapping("getOrgsByAreaName")
    public AppData<List<Organization>> getOrganizationsByAreaName(HttpServletRequest request) {
        System.out.println("++++++++++++++++++++++++++++++++");
        System.out.println("++++++++++++++++++++++++++++++++22222");
        System.out.println(request.getParameter("areaName"));
        Map<String, Object> parameters = getParametersStartingWith(request, null);