usertest
cjy 4 months ago
parent 1bc8bf22e3
commit 3110c5d0ef

@ -335,7 +335,7 @@ public partial class SeaExportService : ISeaExportService
var result = tenantDb.Queryable<SeaExport>()
.InnerJoin<BusinessFeeStatus>((a, b) => a.Id == b.BusinessId)
.LeftJoin<SysOrg>((a, b, c) => a.SaleOrgId == c.Id, "shippingweb8_dev.sys_org")
.LeftJoin<SysOrg>((a, b, c, d) => a.SaleOrgId == d.Id, "shippingweb8_dev.sys_org")
.LeftJoin<SysOrg>((a, b, c, d) => a.SaleDeptId == d.Id, "shippingweb8_dev.sys_org")
.Select((a, b, c, d) => new SeaExportRes()
{
SaleOrgName = c.OrgName,

Loading…
Cancel
Save