xufenglei
2018-03-12 6a1b28591ebe95ed9f26810fbf9677da5c87692d
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;