景区账号添加问题

This commit is contained in:
2025-07-31 14:22:20 +08:00
parent 9ed254c920
commit f797479515
4 changed files with 22 additions and 3 deletions

View File

@@ -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);
}