|
|
|
|
795
|
try {
|
795
|
try {
|
796
|
this.articleDao.updateStatus(con, articleId, "3");
|
796
|
this.articleDao.updateStatus(con, articleId, "3");
|
797
|
this.keyWordService.refreshArticle(con, articleId, null);
|
797
|
this.keyWordService.refreshArticle(con, articleId, null);
|
|
|
798
|
watchDao.deleteWatch(con, (short)3,articleId);
|
798
|
con.commit();
|
799
|
con.commit();
|
799
|
this.templateService.push(ContentType.Article, articleId);
|
800
|
this.templateService.push(ContentType.Article, articleId);
|
800
|
} catch (SQLException e) {
|
801
|
} catch (SQLException e) {
|