From 3110c5d0eff7742957e7da0877fd4a285e45dea8 Mon Sep 17 00:00:00 2001 From: cjy Date: Mon, 29 Jul 2024 15:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 29487c42..2935cf52 100644 --- a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs +++ b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs @@ -335,7 +335,7 @@ public partial class SeaExportService : ISeaExportService var result = tenantDb.Queryable() .InnerJoin((a, b) => a.Id == b.BusinessId) .LeftJoin((a, b, c) => a.SaleOrgId == c.Id, "shippingweb8_dev.sys_org") - .LeftJoin((a, b, c, d) => a.SaleOrgId == d.Id, "shippingweb8_dev.sys_org") + .LeftJoin((a, b, c, d) => a.SaleDeptId == d.Id, "shippingweb8_dev.sys_org") .Select((a, b, c, d) => new SeaExportRes() { SaleOrgName = c.OrgName,