This commit is contained in:
2025-07-28 22:36:30 +08:00
parent a96d9df7e6
commit a3bc9357b5
4 changed files with 40 additions and 8 deletions

View File

@@ -413,6 +413,10 @@ public class FaceServiceImpl implements FaceService {
contentPageVO.setLockType(1);
}
}
IsBuyRespVO buy = orderBiz.isBuy(userId, contentPageVO.getScenicId(), contentPageVO.getGoodsType(), contentPageVO.getContentId());
if (buy.isBuy()) {
contentPageVO.setIsBuy(1);
}
});
SourceReqQuery sourceReqQuery = new SourceReqQuery();