|
|
@@ -47,7 +47,7 @@ public class OrganizationInfoServiceImpl implements OrganizationInfoService {
|
|
|
organizationInfoMapper.updateByPrimaryKeySelective(oi);
|
|
|
}
|
|
|
|
|
|
- OrganizationProperties oo = organizationPropertiesMapper.selectByOid(oi.getId());
|
|
|
+ OrganizationProperties oo = organizationPropertiesMapper.findByOid(oi.getId());
|
|
|
if (null == oo && StringUtils.isBlank(op.getId())) {
|
|
|
op.setId(UUID.randomUUID().toString());
|
|
|
op.setOid(oi.getId());
|