fengjin
2022-10-21 55eb68a64a8ece9b1beaf63d477bf1a976d9ce5c
flower_city/src/main/java/com/dg/core/controller/OrganizationController.java
@@ -80,7 +80,7 @@
    public ResultData updateConfig(@RequestBody OrganizationChartEntity entity,@CurrentUser SysUser sysUser)
    {
        entity.setUpdateTime(LocalDateTime.now());
        entity.setUpdateUserId(Integer.parseInt(String.valueOf(sysUser.getUserId())));
        entity.setUpdateUserId(sysUser.getUserId());
        return toAjax(iOrganizationChartService.updateConfig(entity));
    }
@@ -187,5 +187,4 @@
        }
        return ids;
    }
}