You've already forked FrameTour-BE
修改
This commit is contained in:
@ -94,4 +94,10 @@
|
||||
from face
|
||||
where id = #{id}
|
||||
</select>
|
||||
<select id="listByScenicAndUserId" resultType="com.ycwl.basic.model.pc.face.resp.FaceRespVO">
|
||||
select id, face_url, create_at, update_at
|
||||
from face
|
||||
where member_id = #{userId} and scenic_id = #{scenicId}
|
||||
order by update_at desc
|
||||
</select>
|
||||
</mapper>
|
||||
|
@ -176,4 +176,9 @@
|
||||
left join source s on ms.source_id = s.id
|
||||
where ms.face_id = #{faceId} and ms.member_id = #{memberId} and ms.type = 2
|
||||
</select>
|
||||
<select id="getEntity" resultType="com.ycwl.basic.model.pc.source.entity.SourceEntity">
|
||||
select *
|
||||
from source
|
||||
where id = #{id}
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user