Browse Source

部分代码完善

yuanrf 9 months ago
parent
commit
b66086df87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -5699,7 +5699,7 @@ Group by PriceType ", dto.diId);
 
 
                     //调用通知
                     //调用通知
                     var title = "提成确认";
                     var title = "提成确认";
-                    var center = $"【{dto.StartData}-{dto.EndData}】 提成财务已确认,请尽快查看!";
+                    var center = $"【{dto.StartData}-{dto.EndData}】提成财务已确认,请尽快查看!";
                     //【{dto.StartData}-{dto.EndData}-{dto.CompanyId}-{dto.DeparId}-{dto.UserId}】";
                     //【{dto.StartData}-{dto.EndData}-{dto.CompanyId}-{dto.DeparId}-{dto.UserId}】";
                     var ids = new List<int> { 235 , 233 }; //dto.UserId
                     var ids = new List<int> { 235 , 233 }; //dto.UserId
                     await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations,title, center, ids);
                     await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations,title, center, ids);