You've already forked FrameTour-BE
指定设备提前预约
This commit is contained in:
@@ -24,11 +24,12 @@ public interface FaceMapper {
|
||||
int deleteByIds(@Param("list") List<Long> ids);
|
||||
int update(FaceEntity face);
|
||||
|
||||
FaceRespVO getByMemberId(@Param("userId") Long userId, @Param("scenicId") Long scenicId);
|
||||
FaceRespVO getLatestByMemberId(@Param("userId") Long userId, @Param("scenicId") Long scenicId);
|
||||
|
||||
int finishedJourney(Long faceId);
|
||||
|
||||
FaceRespVO findLastFaceByUserId(String userId);
|
||||
FaceRespVO findLastFaceByScenicAndUserId(Long scenicId, Long userId);
|
||||
|
||||
List<FaceRespVO> listByScenicAndUserId(String scenicId, Long userId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user