修改table_info 实体类
parent
2815aa5d36
commit
6a71dbcb74
|
@ -196,7 +196,9 @@ public class SourceServiceImpl extends ServiceImpl<SourceMapper, Source> impleme
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
ps.close();
|
||||||
}
|
}
|
||||||
|
conn.close();
|
||||||
|
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue