|
|
@@ -89,7 +89,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
JOIN point_activity_task t ON a.id = t.activity_id
|
|
|
LEFT JOIN point_user_activity_task_completion c ON t.id = c.task_id AND c.open_id = #{dto.openId}
|
|
|
<where>
|
|
|
- AND t.is_deleted = 0 AND t.status = 1
|
|
|
+ AND t.is_deleted = 0 AND t.status = 0
|
|
|
<if test="dto.type != null">
|
|
|
AND a.activity_type = #{dto.type}
|
|
|
</if>
|