You've already forked FrameTour-BE
用户UID
This commit is contained in:
@ -129,7 +129,7 @@
|
||||
<select id="listRelationByFaceAndTemplate" resultType="com.ycwl.basic.model.pc.video.entity.MemberVideoEntity">
|
||||
select mv.*
|
||||
from member_video mv
|
||||
where mv.member_id = #{userId} and mv.face_id = #{faceId} and mv.template_id = #{templateId}
|
||||
where mv.face_id = #{faceId} and mv.template_id = #{templateId}
|
||||
</select>
|
||||
<select id="listTaskByScenicRelation" resultType="com.ycwl.basic.model.pc.task.entity.TaskEntity">
|
||||
select t.*
|
||||
|
Reference in New Issue
Block a user