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>