@@ -3352,7 +3352,6 @@ public class OrderController : BaseController
//修改工单其他处理事件 (受理短信)
await _publisher.PublishAsync(new UpdateOrderNotify(order), PublishStrategy.ParallelWhenAll, HttpContext.RequestAborted);
-
//敏感分词
await _orderApplication.OrderSensitiveParticiple(dto.Content, order.Id, HttpContext.RequestAborted);