|
@@ -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);
|