<select id="selectqsContent" resultType="cn.yunding.yunjuan.entity.Question">
select `qs_id`,`qs_content` from yj_question where type_id=#{typeId}
order by read() limit #{n};
</select>
我这样报错了
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57d108c] was not registered for synchronization because synchronization is not active
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57d108c]