|
@@ -161,7 +161,8 @@ public class ThirdPartyPushMessageStrategyV1 implements ReplyStrategyService {
|
|
|
.filter(x -> x.getGhId().equals(bucketDataParam.getGhId()))
|
|
.filter(x -> x.getGhId().equals(bucketDataParam.getGhId()))
|
|
|
.collect(Collectors.toList());
|
|
.collect(Collectors.toList());
|
|
|
if (CollectionUtils.isEmpty(collect)) {
|
|
if (CollectionUtils.isEmpty(collect)) {
|
|
|
- log.error("ThirdPartyPushMessageStrategyV1 insertSmallData 算法排序数据异常,data:" + JSON.toJSONString(smallDataCgiReplyList));
|
|
|
|
|
|
|
+ log.error("ThirdPartyPushMessageStrategyV1 insertSmallData 算法排序数据异常 ,key:" + key +
|
|
|
|
|
+ ",data:" + JSON.toJSONString(smallDataCgiReplyList) + ",ghId:" + bucketDataParam.getGhId());
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
// 清上个版本的策略数据
|
|
// 清上个版本的策略数据
|