|
@@ -272,10 +272,10 @@
|
272
|
272
|
a.create_date DESC
|
273
|
273
|
</select>
|
274
|
274
|
|
275
|
|
- <select id="getActivity" resultMap="BaseResultMap" parameterType="com.community.huiju.model.TpActivity">
|
|
275
|
+ <select id="getActivity" resultMap="BaseResultMap">
|
276
|
276
|
select
|
277
|
277
|
<include refid="Base_Column_List" />
|
278
|
278
|
from tp_activity
|
279
|
|
- where community_id = #{communityId,jdbcType=INTEGER} and status=1 limit #{sum,jdbcType=INTEGER}
|
|
279
|
+ where community_id = #{communityId,jdbcType=INTEGER} and status=1 limit #{num,jdbcType=INTEGER}
|
280
|
280
|
</select>
|
281
|
281
|
</mapper>
|