xufenglei
2018-03-21 093a58b2b7df015c371daa1c1634ff8bfd8f003b
src/main/java/com/moral/controller/MonitorPointController.java
@@ -35,7 +35,7 @@
     */
    @GetMapping("get-by-id")
    public ResultBean getById(Integer id){
        MonitorPoint monitorPoint = monitorPointService.selectWithRelationById(id);
        MonitorPoint monitorPoint = monitorPointService.queryWithRelationById(id);
        ResultBean resultBean = new ResultBean(ResultBean.SUCCESS);
        resultBean.setData(monitorPoint);
        return resultBean;