소스 검색

部分代码完善

yuanrf 9 달 전
부모
커밋
b66086df87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 center = $"【{dto.StartData}-{dto.EndData}】 提成财务已确认,请尽快查看!";
+                    var center = $"【{dto.StartData}-{dto.EndData}】提成财务已确认,请尽快查看!";
                     //【{dto.StartData}-{dto.EndData}-{dto.CompanyId}-{dto.DeparId}-{dto.UserId}】";
                     var ids = new List<int> { 235 , 233 }; //dto.UserId
                     await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations,title, center, ids);