fix:行程规划单根据归属部门补充公司编码字段

This commit is contained in:
lulz1 2024-06-28 17:43:57 +08:00
parent 4342b31337
commit 7a8d98cd40
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class LegEventHandler implements LegEventService {
if (!parentOrganizations.isEmpty()) {
SystemOrganization organization = parentOrganizations.get(0);
if (organization.getOrgLevel() == null || organization.getOrgLevel().isEmpty()) {
routerOrderExtensionField.setCompanyCode(organization.getOrgShortCode());
routerOrderExtensionField.setCompanyCode(org.getOrgShortCode());
break;
} else {
currentParentId = organization.getParentId();