Commit 9bc1feb6 authored by jiaorz's avatar jiaorz

获取用户奖励列表

parent eb35dd81
......@@ -16,7 +16,7 @@
</resultMap>
<select id="selectByUserId" resultType="com.xxfc.platform.activity.entity.ActivityPopularizeLog" parameterType="Map">
select * from activity_popularize_log where user_id = #{userId} and popularize_id = #{popularizeId}
select * from activity_log_list where user_id = #{userId} and popularize_id = #{popularizeId}
</select>
</mapper>
\ No newline at end of file
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