This commit is contained in:
2025-07-24 01:18:01 +08:00
parent eb61058fd1
commit 49b750e1af
8 changed files with 52 additions and 3 deletions

View File

@@ -55,4 +55,6 @@ public interface OrderMapper {
OrderEntity queryTypeOrder(Long userId, Long scenicId, int orderType, Integer priceConfigId);
OrderEntity getUserOrderItem(Long userId, Long scenicId, int orderType, Long configId, Integer goodsType, Long goodsId);
int updateMemberIdByFaceId(OrderEntity orderEntity);
}

View File

@@ -83,4 +83,6 @@ public interface SourceMapper {
void addSourceWatermark(Long sourceId, Long faceId, String type, String url);
int deleteUselessSource();
int updateMemberIdByFaceId(Long faceId, Long memberId);
}

View File

@@ -56,4 +56,6 @@ public interface VideoMapper {
int deleteNotBuyFaceRelations(Long userId, Long faceId);
int deleteUselessVideo();
int updateMemberIdByFaceId(Long faceId, Long memberId);
}