|
@@ -5094,7 +5094,6 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
|
@Override
|
|
|
public HttpRespMsg deleteReport(String id) {
|
|
|
HttpRespMsg httpRespMsg = new HttpRespMsg();
|
|
|
- String token = request.getHeader("TOKEN");
|
|
|
Report report = reportMapper.selectById(id);
|
|
|
if (report == null) {
|
|
|
httpRespMsg.setError("报工不存在");
|