Browse Source

省件推送 自选附件上传

田爽 1 month ago
parent
commit
0fb4c86448

+ 1 - 0
src/Hotline.Application/Orders/Handlers/OrderScreenHandler/OrderScreenNextWorkflowHandler.cs

@@ -82,6 +82,7 @@ public class OrderScreenNextWorkflowHandler : INotificationHandler<NextStepNotif
                                 {
                                     screenDto.Content = notification.Dto.Opinion;
 									screenDto.Files = new List<Share.Dtos.File.FileDto>();
+                                    screenDto.FileJson = screenDto.ProvinceFileJson;
 									if (screenDto.ProvinceFileJson.Any())
                                     {
                                         var fileIds = screenDto.ProvinceFileJson.Select(x => x.Id).ToList();