@@ -255,7 +255,7 @@
where
user_id_ = #{userId}
AND activity_tag_=#{activityTag}
- AND (sporadic_id_ IS NOT NULL OR IS NOT NULL)
+ AND (sporadic_id_ IS NOT NULL OR theory_level_ IS NOT NULL)
AND status_=2
</select>
</mapper>