fix:钉钉消息限制

This commit is contained in:
Xiang
2026-01-26 09:32:44 +08:00
parent 94b46737da
commit 211cca9a4b
2 changed files with 2 additions and 6 deletions

View File

@@ -80,6 +80,7 @@ public class JtVenuePullTask {
String key = RedisKeyConstant.JNTYZX_VENUE_MSG_SEND_KEY + RedisKeyConstant.getDate();
msgSendUtils.sendMsgRestrict1Hours(key, msg.toString());
return;
}
}