TANG JIANG 1 年之前
父节点
当前提交
8e0cda3893
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Sharing.Api/Controllers/HotlineMessageReceiveController.cs

+ 0 - 1
src/Sharing.Api/Controllers/HotlineMessageReceiveController.cs

@@ -134,7 +134,6 @@ namespace Sharing.Api.Controllers
             data.Id = id;
             //信息上报
             await _mediator.Publish(new GetCaseResultReceiveNotification(data));
-
         }
 
         /// <summary>