jiapeng 7 vuotta sitten
vanhempi
commit
c4d2d4e3a8

+ 1 - 0
src/main/java/com/ekexiu/portal/service/ArticleService.java

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) {