|
@@ -93,7 +93,9 @@ public class PushMsgRpcImpl implements IPushMsgRpc {
|
|
|
.orderByDesc(PushMsgStrategy::getCreateTime)
|
|
|
.last("limit 1"));
|
|
|
if (pushMsgStrategy == null) {
|
|
|
- log.error("等级策略匹配为空, 不执行策略");
|
|
|
+ if (Objects.equals(param.getRoleId(), "834271457244980635")) {
|
|
|
+ log.error("等级策略匹配为空, 不执行策略, param : {}", JsonUtil.toString(param));
|
|
|
+ }
|
|
|
return;
|
|
|
}
|
|
|
pushMsgStrategyService.strategyPushMsgRun(pushMsgStrategy, param);
|