@ -26,11 +26,11 @@
${v}
</if>
</foreach>
<if test="startRs!=null">
and id>#{startRs}
<!-- <if test="startRs!=null">-->
<!-- and id>#{startRs}-->
<!-- </if>-->
</where>
limit #{pageSize}
limit #{startRs},#{pageSize}
</select>
<!--统计所有记录-->