Question findQuestionByQuestionIdAndDeleteState(String questionId, Short deleteState)throws Exception; @Modifying @Query("update Question set deleteState=1,deleteTime=:deleteTime where categoryId=:categoryId and createUserId=:userId") intdeleteAllByCategoryId(String categoryId, Integer userId, Long deleteTime)throws Exception;