|
@@ -211,8 +211,7 @@ public class ThirdPartyPushMessageStrategyV1 implements ReplyStrategyService {
|
|
// 获取最新dt的策略
|
|
// 获取最新dt的策略
|
|
String dtVersion = algGhAutoreplyVideoRankDataMapper.selectLatestDtVersionByStrategyKeyAndGhId(key, bucketDataParam.getGhId());
|
|
String dtVersion = algGhAutoreplyVideoRankDataMapper.selectLatestDtVersionByStrategyKeyAndGhId(key, bucketDataParam.getGhId());
|
|
if (StringUtils.isEmpty(dtVersion)) {
|
|
if (StringUtils.isEmpty(dtVersion)) {
|
|
- bucketDataParam.setGhId("default");
|
|
|
|
- dtVersion = algGhAutoreplyVideoRankDataMapper.selectLatestDtVersionByStrategyKeyAndGhId(key, bucketDataParam.getGhId());
|
|
|
|
|
|
+ continue;
|
|
}
|
|
}
|
|
// 判断当前的dtVersion是否已经处理过了
|
|
// 判断当前的dtVersion是否已经处理过了
|
|
CgiReplyBucketDataExample cgiReplyBucketDataExample = new CgiReplyBucketDataExample();
|
|
CgiReplyBucketDataExample cgiReplyBucketDataExample = new CgiReplyBucketDataExample();
|