|
@@ -42,7 +42,7 @@ public class OrderDelayBatchReviewTaskCompetedHandler : INotificationHandler<App
|
|
await _circularRecordDomainService.AddCircularMessage(new AddCircularDto
|
|
await _circularRecordDomainService.AddCircularMessage(new AddCircularDto
|
|
{
|
|
{
|
|
Title = $"{progress.Name} 执行完成",
|
|
Title = $"{progress.Name} 执行完成",
|
|
- Content = $"总共:{progress.Total}条数据,成功:{progress.Succeeded}条,失败:{progress.Failed}条",
|
|
|
|
|
|
+ Content = $"总共:{progress.Total}个任务,成功:{progress.Succeeded},失败:{progress.Failed}",
|
|
CircularTypeId = "5",
|
|
CircularTypeId = "5",
|
|
CircularTypeName = "系统消息",
|
|
CircularTypeName = "系统消息",
|
|
CircularType = ECircularType.Person,
|
|
CircularType = ECircularType.Person,
|