src/main/java/com/yssh/service/CommonService.java
@@ -37,9 +37,6 @@ @Resource protected DatFilePathConfig datFilePathConfig; /** * 检查表是否存在 */ public boolean checkTableExists(String tableName) { try { Integer count = commonMapper.checkTableExistsWithSchema(TABLE_SCHEMA, tableName);