发起退舱修改

dev
cjy 2 months ago
parent f1c1884beb
commit f2a93a501f

@ -17,16 +17,18 @@ using DS.WMS.Core.Op.Method.TaskInteraction;
using LanguageExt.Common;
using LanguageExt.Pipes;
using Mapster;
using Masuit.Tools.Systems;
using Microsoft.Extensions.DependencyInjection;
using NPOI.SS.Formula.Functions;
using Org.BouncyCastle.Ocsp;
using SqlSugar;
using System.Drawing;
using static AnyDiff.DifferenceLines;
namespace DS.WMS.Core.Op.Method
{
/// <summary>
/// 海运出口退接口
/// 海运出口退接口
/// </summary>
public class SeaExportRefundService: ISeaExportRefundService
{
@ -73,6 +75,8 @@ namespace DS.WMS.Core.Op.Method
BusinessId = req.Id,
BusinessType = BusinessType.OceanShippingExport,
TaskTypeName = TaskBaseTypeEnum.RETURN_CABIN_AUDIT.ToString(),
TaskTitle = $"【{TaskBaseTypeEnum.RETURN_CABIN_AUDIT.GetDescription()}】{info?.CustomerNo}",
TaskDescription = $"【{TaskBaseTypeEnum.RETURN_CABIN_AUDIT.GetDescription()}】{info?.CustomerNo}",
};
var result = await taskService.CreateTaskAsync(taskReq, false);
if (!result.Succeeded)

Loading…
Cancel
Save