|
|
@@ -203,7 +203,7 @@ public class GhDetailServiceImpl implements GhDetailService {
|
|
|
cgiReplyBucketDataExample.createCriteria().andIsDeleteEqualTo(0).andMiniVideoIdEqualTo(videoId).andGhIdEqualTo(ghId);
|
|
|
List<CgiReplyBucketData> cgiReplyBucketData = cgiReplyBucketDataMapper.selectByExample(cgiReplyBucketDataExample);
|
|
|
if (!CollectionUtils.isEmpty(cgiReplyBucketData)) {
|
|
|
- return cgiReplyBucketData.get(0).getPagePathUrlId().toString();
|
|
|
+ return cgiReplyBucketData.get(0).getMiniPagePath().toString();
|
|
|
}
|
|
|
String response;
|
|
|
if (accountType.equals(GhTypeEnum.GH.type)) {
|