|
|
@@ -101,7 +101,7 @@ public class CoreDrillDictionaryServiceImpl extends ServiceImpl<CoreDrillDiction
|
|
|
drillTypeDictList.stream().filter(dict -> ObjectUtil.equal(dict.getDictValue(), request.getDrillType())).findFirst().ifPresent(dict -> dictionary.setDrillTypeName(dict.getDictLabel()));
|
|
|
}
|
|
|
SysOrg sysOrg = getOrg(request.getOrgId());
|
|
|
- dictionary.setOrgName(sysOrg.getName());
|
|
|
+ dictionary.setOrgName(sysOrg.getShortName());
|
|
|
dictionary.setOrgPath(sysOrg.getPath());
|
|
|
dictionary.setOrgId(sysOrg.getId());
|
|
|
dictionary.setCreateBy(SecurityUtils.getUserId().toString());
|