src/main/java/com/ruoyi/lavorissue/service/LavorIssueService.java
@@ -26,5 +26,5 @@ StatisticsLaborIssue statistics(StatisticsLaborIssue req) throws Exception; void exportCopy(HttpServletResponse response) throws UnsupportedEncodingException; void exportCopy(HttpServletResponse response, LaborIssue laborIssue) throws UnsupportedEncodingException; }