This commit is contained in:
2025-02-14 18:18:21 +08:00
parent b4b6d93e2f
commit cfb9392068
26 changed files with 404 additions and 88 deletions

View File

@ -146,4 +146,9 @@
from member_video
where create_time >= #{startTime} and create_time <= #{endTime}
</select>
<select id="getEntity" resultType="com.ycwl.basic.model.pc.video.entity.VideoEntity">
select *
from video
where id = #{id}
</select>
</mapper>