diff --git a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportDataTotalRes.cs b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportDataTotalRes.cs
index f335ed07..22be661b 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportDataTotalRes.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportDataTotalRes.cs
@@ -107,7 +107,7 @@ namespace DS.WMS.Core.Op.Dtos
///
/// 列表数据
///
- public List List { get; set; }
+ public List List { get; set; }
///
/// 合计数
diff --git a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs
index d86e34c3..9a1bf9fc 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportRes.cs
@@ -1570,4 +1570,8 @@ public class SeaExportRes
/// 服务项目
///
public string? ServiceItem { get; set; }
+ ///
+ /// 分单数
+ ///
+ public int PartCount { get; set; }
}
\ No newline at end of file
diff --git a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportRefundService.cs b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportRefundService.cs
index cc1bfd6a..5091bef9 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportRefundService.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportRefundService.cs
@@ -76,7 +76,7 @@ namespace DS.WMS.Core.Op.Method
.InnerJoin((a, b) => a.Id == b.BusinessId)
//.LeftJoin((a, b, c) => a.SaleOrgId == c.Id, "shippingweb8_dev.sys_org")
//.LeftJoin((a, b, c) => a.SaleDeptId == c.Id, "shippingweb8_dev.sys_org")
- .Select((a, b) => new SeaExportShortListRes()
+ .Select((a, b) => new SeaExportRes()
{
//SaleDeptName = c.OrgName,
},
diff --git a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs
index 16b1c67e..5661b181 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs
@@ -145,7 +145,7 @@ public partial class SeaExportService : ISeaExportService
.InnerJoin((a, b) => a.Id == b.BusinessId)
//.LeftJoin((a, b, c) => a.SaleOrgId == c.Id, "shippingweb8_dev.sys_org")
//.LeftJoin((a, b, c) => a.SaleDeptId == c.Id, "shippingweb8_dev.sys_org")
- .Select((a, b) => new SeaExportShortListRes()
+ .Select((a, b) => new SeaExportRes()
{
//SaleDeptName = c.OrgName,
QuotePrice = SqlFunc.Subqueryable()