青羊经侦大队-数据平台
baizonghao
2023-03-21 885f3fae53b158660ff0fe239b352850dfa4c61e
src/main/java/com/example/jz/controller/ReportController.java
@@ -14,6 +14,7 @@
import com.example.jz.modle.entity.Report;
import com.example.jz.modle.entity.User;
import com.example.jz.modle.vo.ReportListVo;
import com.example.jz.modle.vo.ReportVXVO;
import com.example.jz.service.GroupUserService;
import com.example.jz.service.MessageService;
import com.example.jz.service.ReportService;
@@ -79,6 +80,12 @@
        return R.ok(reportService.getReportListVoById(id));
    }
    @GetMapping("/rejectReport/{id}")
    public  R<ReportVXVO> getOne(@PathVariable Integer id){
        ReportVXVO res = reportService.getRejectReportById(id);
        return R.ok(res);
    }
    /**
     * 报案
     *