修改浏览记录13

This commit is contained in:
wucongxing8150 2025-07-31 08:49:57 +08:00
parent 6b380411c6
commit 1db0b3605b

View File

@ -78,7 +78,7 @@
)
</if>
) AS filtered ON uc.id = filtered.video_id
JOIN case_clinical_article a ON uc.id = a.video_id
JOIN case_clinical_video a ON uc.id = a.video_id
WHERE uc.user_id = #{userId}
AND uc.type = 2
ORDER BY uc.created_at desc