Browse Source

老系统导入基础数据

bjmzak
wxd 1 year ago
parent
commit
20373ca0ac
  1. 2341
      src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs
  2. 2
      src/Shentun.Peis.Domain/CustomerOrgs/CustomerOrgManager.cs

2341
src/Shentun.Peis.Application/BeiJingMZAKExportDatas/BeiJingMZAKExportDataAppService.cs
File diff suppressed because it is too large
View File

2
src/Shentun.Peis.Domain/CustomerOrgs/CustomerOrgManager.cs

@ -315,7 +315,7 @@ namespace Shentun.Peis.CustomerOrgs
.OrderByDescending(o =>
{
var sortCode = o.PathCode.Replace(".", "");
return Convert.ToInt32(sortCode);
return sortCode;
}).Select(s => s.PathCode).FirstOrDefault();
if (!string.IsNullOrEmpty(LastPathCode))

Loading…
Cancel
Save