jiapeng 7 years ago
parent
commit
c8f32682cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/ekexiu/portal/question/QuestionDao.java

+ 1 - 0
src/main/java/com/ekexiu/portal/question/QuestionDao.java

@ -38,6 +38,7 @@ public interface QuestionDao {
38 38
	
39 39
	@UpdateWith
40 40
	@From(Question.class)
41
	@IncludeFixSet
41 42
	@SetSentence("REPLY_COUNT=REPLY_COUNT+1")
42 43
	int incQuestionReply(Connection con,String id)throws SQLException;
43 44