将 VSP 企微通知逻辑从 SecurityOrderEventListener 抽取到独立的 SecurityOrderVspNotifyListener,遵循单一职责原则: - SecurityOrderEventListener: 派单 + 时间戳 + 业务日志 - SecurityOrderVspNotifyListener: 企微卡片发送 + 状态同步 独立 @Async + @TransactionalEventListener 避免自调用导致 @Async 失效 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>