You've already forked FrameTour-BE
景区账号添加问题
This commit is contained in:
@@ -85,4 +85,11 @@ public interface SourceMapper {
|
||||
int deleteUselessSource();
|
||||
|
||||
int updateMemberIdByFaceId(Long faceId, Long memberId);
|
||||
|
||||
/**
|
||||
* 根据faceId查询type=2的source列表
|
||||
* @param faceId 人脸ID
|
||||
* @return type=2的source列表
|
||||
*/
|
||||
List<SourceEntity> listImageSourcesByFaceId(Long faceId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user