From 152453106a7d89b05f5f2893509fa736e9d6c188 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 10 Feb 2022 00:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 更新日志.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/更新日志.md b/更新日志.md index 60406fefc..78e26f06c 100644 --- a/更新日志.md +++ b/更新日志.md @@ -29,12 +29,14 @@ TODO ### ⭐ New Features -TODO +*【优化】使用 Lombok 简化 JsonUtils 工具类 [#73](https://github.com/YunaiV/ruoyi-vue-pro/pull/73) ### 🐞 Bug Fixes -* 【修复】数据权限的 `DEPT_AND_CHILD` 范围时,未设置自己所在的部门 -* 【修复】Knife4j 接口文档 404 的问题,原因是 `spring.mvc.static-path-pattern` 配置项,影响了基础路径 +* 【修复】数据权限的 `DEPT_AND_CHILD` 范围时,未设置自己所在的部门 [#72](https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/72) +* 【修复】Knife4j 接口文档 404 的问题,原因是 `spring.mvc.static-path-pattern` 配置项,影响了基础路径 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/f966fae0606178ec5ffa47dd487f7984867da557) +* 【修复】修复文件访问地址错误 [#68](https://github.com/YunaiV/ruoyi-vue-pro/pull/68) +* 【修复】工作流程发起以及审批异常,由 `@NotEmpty` 校验、和 Long 类型异常导致 [#73](https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/73) ### 🔨 Dependency Upgrades