You've already forked FrameTour-BE
修正
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
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} and scenic_id = #{scenicId}
|
||||
order by id desc
|
||||
order by update_at desc
|
||||
limit 1
|
||||
</select>
|
||||
<select id="listByScenicIdAndNotFinished" resultType="com.ycwl.basic.model.pc.face.resp.FaceRespVO">
|
||||
@ -86,7 +86,7 @@
|
||||
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
|
||||
order by update_at desc
|
||||
limit 1
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user