修改table_info 实体类

master
lwj 2024-08-25 09:32:06 +08:00
parent 2815aa5d36
commit 6a71dbcb74
1 changed files with 2 additions and 0 deletions

View File

@ -196,7 +196,9 @@ public class SourceServiceImpl extends ServiceImpl<SourceMapper, Source> impleme
throw new RuntimeException(e);
}
});
ps.close();
}
conn.close();
} catch (SQLException e) {
return 0;