|
|
@ -58,7 +58,7 @@ public class CompareService : ApplicationService |
|
|
|
{ |
|
|
|
EnumBusinessType.JisBBAC => typeof(JisBBACEdiSeCompareExportService), |
|
|
|
EnumBusinessType.JisHBPO => typeof(JisHBPOEdiSeCompareExportService), |
|
|
|
_ => throw new NotImplementedException() |
|
|
|
_ => throw new UserFriendlyException($"{nameof(ediSeCompareRequestDto.BusinessType)}参数值无效", "403") |
|
|
|
}; |
|
|
|
|
|
|
|
var _taskid = await _taskJobService.ExportEnqueueAsync(projectName, ExportExtentsion.Excel, ediSeCompareRequestDto.Version, string.Empty, CurrentUser, jobMoudle, customConditionList, (rs) => |
|
|
|