jiapeng 7 gadi atpakaļ
vecāks
revīzija
c8f32682cf

+ 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