You've already forked FrameTour-BE
乱七八糟的修改,其他外围流程逻辑完善
This commit is contained in:
@ -77,13 +77,13 @@
|
||||
where id = #{id}
|
||||
</select>
|
||||
<select id="getByMemberId" resultType="com.ycwl.basic.model.pc.face.resp.FaceRespVO">
|
||||
select id, member_id, face_url,score, match_sample_ids, first_match_rate, match_result, create_at, update_at
|
||||
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 = #{memberId}
|
||||
where member_id = #{userId} and scenic_id = #{scenicId}
|
||||
</select>
|
||||
<select id="listByScenicIdAndNotFinished" 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 scenic_id = #{scenicId} and finished_journey != 1
|
||||
</select>
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user