...
|
...
|
@@ -29,7 +29,7 @@ |
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from drawline_lucky_user
|
|
|
where activity_id = #{activityId,jdbcType=INTEGER} order by create_time limit #{offset, jdbcType=INTEGER}, #{limit, jdbcType=INTEGER}
|
|
|
where activity_id = #{activityId,jdbcType=INTEGER} limit #{offset, jdbcType=INTEGER}, #{limit, jdbcType=INTEGER}
|
|
|
</select>
|
|
|
<select id="selectCountByActivityId" resultType="java.lang.Integer" parameterType="java.lang.Integer">
|
|
|
select
|
...
|
...
|
|