You've already forked FrameTour-BE
支持默认获取人脸
This commit is contained in:
@ -86,4 +86,11 @@
|
||||
from face
|
||||
where scenic_id = #{scenicId} and finished_journey != 1
|
||||
</select>
|
||||
<select id="findLastFaceByUserId" resultType="com.ycwl.basic.model.pc.face.resp.FaceRespVO">
|
||||
select id, scenic_id, member_id, face_url,score, match_sample_ids, first_match_rate, match_result, create_at, update_at
|
||||
from face
|
||||
where member_id = #{userId}
|
||||
order by create_at desc
|
||||
limit 1
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user