任务次数

This commit is contained in:
2024-12-21 18:20:15 +08:00
parent eabcee6bf5
commit f131f5b786
3 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
FROM task_center_reward reward
INNER JOIN task_center task ON reward.task_id = task.id and task.shows = 1
where reward.type = 9
and user_id = #{userId}
</select>
</mapper>