|
|
|
@ -113,7 +113,8 @@ namespace Shentun.Peis.ThirdBookings |
|
|
|
ChildCompanyName = s.ChildCompanyName, |
|
|
|
DepartmentName = s.DepartmentName, |
|
|
|
CustomerOrgId = GetCustomerOrgId(customerOrgList, customerOrgId, s.ChildCompanyName, s.DepartmentName), |
|
|
|
CustomerOrgRegisterId = customerOrgRegisterId |
|
|
|
CustomerOrgRegisterId = customerOrgRegisterId, |
|
|
|
PositionName = s.PositionName |
|
|
|
}).ToList(); |
|
|
|
|
|
|
|
foreach (var item in entListDto) |
|
|
|
|