You've already forked FrameTour-BE
isBuy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user