pstmt.setString(13, article.getIp());
pstmt.setString(14, article.getHtml());
pstmt.setString(15, article.getCcl_id());
result = pstmt.executeUpdate();
if (article.getSid() > 0) {
new PointDao().log(article.getSid(), 2, 10, String.valueOf(article.getSeq()));
}
} catch (SQLException e) {
System.out.println(e.toString());
} finally {
dbCon.close(null, pstmt);