Commit 428f7076 by “Kongxiangkun”

投票列表增加分页

parent e71165e5
......@@ -202,7 +202,7 @@
WHERE a.research_id=#{researchId} AND a.company_id=#{companyId} AND a.site_id=#{siteId} AND a.deleted=0
GROUP BY r.id,r.name,a.id,a.no,a.content_appendix_url,b.content, a.keywords,r.vote_num
,IFNULL(myanswer.answerState,0)
ORDER BY a.no limit #{pageStart},#{pageEnd}
ORDER BY a.no
</select>
<select id="getVoteTop" resultMap="getVoteResultMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment