src/main/java/com/yssh/service/XlsReportService.java
@@ -51,7 +51,7 @@ * Excel是否已存在 */ private boolean xlsExists(String type, String name) { int rows = mapper.xlsExists(type, name); int rows = mapper.reportExists(type, name); return rows > 0; }