燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-08-10 f71e39c30acb958181f7198b063633a1110c9a1c
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;
    }