video.min.js (854)出现问题怎么解决
发布网友
发布时间:2022-04-23 01:57
我来回答
共1个回答
热心网友
时间:2023-07-04 23:59
while (rs.next()) {
Bars bar = new Bars();
bar.setId(rs.getLong("id"));
bar.setName(rs.getString("name"));
bar.setType(rs.getInt("type"));
bar.setCreatorId(rs.getLong("creator_id"));
resultList.add(bar);
}