ruoyi-vue-pro 开发指南 ruoyi-vue-pro 开发指南
  • 萌新必读
  • 后端手册
  • 中间件手册
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • MES 手册
  • WMS 手册
  • HRM 手册
  • FMS 手册
  • PMS 手册
  • IM 即时通讯手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
  • 运维手册
  • 前端手册 Vue 3.x
  • 前端手册 Vben 5.x
  • 前端手册 Vue 2.x
  • 前端手册 Admin Uniapp
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • MES 手册
  • WMS 手册
  • HRM 手册
  • FMS 手册
  • PMS 手册
  • IM 即时通讯手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
视频教程
  • Vue3 + element-plus (opens new window)
  • Vue3 + vben5(ant-design-vue、element-plus) (opens new window)
  • Vue2 + element-ui (opens new window)
微服务版 (opens new window)
作者博客 (opens new window)
GitHub (opens new window)
  • 萌新必读
  • 后端手册
  • 中间件手册
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • MES 手册
  • WMS 手册
  • HRM 手册
  • FMS 手册
  • PMS 手册
  • IM 即时通讯手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
  • 运维手册
  • 前端手册 Vue 3.x
  • 前端手册 Vben 5.x
  • 前端手册 Vue 2.x
  • 前端手册 Admin Uniapp
  • 工作流手册
  • 大屏手册
  • 支付手册
  • 会员手册
  • 商城手册
  • ERP 手册
  • CRM 手册
  • MES 手册
  • WMS 手册
  • HRM 手册
  • FMS 手册
  • PMS 手册
  • IM 即时通讯手册
  • AI 大模型手册
  • IoT 物联网手册
  • 公众号手册
  • 系统手册
视频教程
  • Vue3 + element-plus (opens new window)
  • Vue3 + vben5(ant-design-vue、element-plus) (opens new window)
  • Vue2 + element-ui (opens new window)
微服务版 (opens new window)
作者博客 (opens new window)
GitHub (opens new window)
  • 【v2-6-1】2025-07-19
  • 【v2-6-0】2025-06-07
  • 【v2.5.0】2025-05-13
  • 【v2.4.2】2025-04-12
    • 增加 IoT 初版、Vben 5.0 + Antd 后台、优化 BPM 工作流
      • 📈 Statistic
      • ⭐ New Features
      • 🐞 Bug Fixes
      • 🔨 Dependency Upgrades
  • 【v2.4.1】2025-02-09
  • 【v2.4.0】2024-12-31
  • 【v2.3.0】2024-10-07
  • 【v2.2.0】2024-08-02
  • 【v2.1.0】2024-05-05
  • 【v2.0.1】2024-03-01
  • 【v2.0.0】2024-01-26
  • 【v1.9.0】2023-12-01
  • 【v1.8.3】2023-10-24
  • 【v1.8.2】2023-09-24
  • 【v1.8.1】2023-09-04
  • 【v1.8.0】2023-07-27
  • 【v1.7.3】2023-05-29
  • 【v1.7.2】2023-04-19
  • 【v1.7.1】2023-03-05
  • 【v1.7.0】2023-01-30
  • 【v1.6.6】2023-01-05
  • 【v1.6.5】2022-12-01
  • 【v1.6.4】2022-08-22
  • 【v1.6.3】2022-07-29
  • 【v1.6.2】2022-06-05
  • 【v1.6.1】2022-03-21
  • 【v1.6.0】2022-03-10
  • 【v1.5.1】2022-02-28
  • 【v1.5.0】2022-02-17
  • 【v1.4.0】2022-02-04
  • 【v1.3.0】2022.01.24
  • 【v1.2.0】2021.12.15
  • 【v1.1.0】2021.10.25
  • 【v1.0.0】2021.05.03
  • 更新日志
芋道源码
2025-04-12
目录

【v2.4.2】2025-04-12

# 增加 IoT 初版、Vben 5.0 + Antd 后台、优化 BPM 工作流

# 📈 Statistic

  • 总代码行数:255837
  • 源码代码行数:158557
  • 注释行数:58814
  • 单元测试用例数:1104

# ⭐ New Features

  • 【新增】新增 IoT 模块 MVP 版本,支持产品、设备、物模型的管理,初步具备设备上下行能力、TDEngine 时序存储,由 @安浩浩 (opens new window)、@puhui999 (opens new window)、@alwayssuper (opens new window)、@芋道源码 (opens new window) 贡献
  • 【优化】数据库查询,条件判断添加支持 JOIN 表的属性,由 @iqiny (opens new window) 贡献 #1301 (opens new window)
  • 【新增】Vben5.0 + antd + schema 的代码生成,由 @puhui999 (opens new window) 贡献 1321 (opens new window)

Vue3 管理后台专区:

  • 【新增】动态表单,接口选择器新增事件配置功能,由 @宿命的风 (opens new window) 贡献 #761 (opens new window)
  • 【优化】[基础设施]-[代码生成]-[导入弹窗]下选择一个数据表后点击[导入]时,没有给用户加载动画的反馈效果,由 @Bin (opens new window) 贡献 #748 (opens new window)
  • 【优化】chore: 替换vite-plugin-svg-icons,由 @yangxu52 (opens new window) 贡献 #759 (opens new window)

Vben 5.0 + antd 管理后台专区:

  • 【新增】tenant 租户功能,由 @smthhy (opens new window) 贡献 #62 (opens new window)、#65 (opens new window)
  • 【新增】sms 短信功能,由 @puhui999 (opens new window) 贡献 #64 (opens new window)
  • 【新增】mail 邮箱功能,由 @puhui999 (opens new window) 贡献 #66 (opens new window)
  • 【新增】notify 站内信能,由 @puhui999 (opens new window) 贡献 #66 (opens new window)
  • 【新增】代码生成,由 @puhui999 (opens new window) 贡献 #70 (opens new window)

BPM 工作流专区:

  • 【新增】SIMPLE 设计器,增加办理节点,由 @Lesan (opens new window) 贡献 #1228 (opens new window)、#692 (opens new window)、#695 (opens new window)、#1234 (opens new window)
  • 【新增】SIMPLE 设计器,增加触发器的数据修改,由 @Jason (opens new window) 贡献 9a4bb60 (opens new window)、6be64a2dai (opens new window)
  • 【新增】SIMPLE 设计器,增加触发器的数据删除,由 @Jason (opens new window) 贡献 cbdc081 (opens new window)、bfe4336 (opens new window)
  • 【新增】SIMPLE 设计器,增加触发器的 HTTP 异步请求,由 @Jason (opens new window) 贡献 163fc68 (opens new window)、a42ad08 (opens new window)、fda6aff (opens new window)、3f8221b (opens new window)
  • 【新增】SIMPLE 设计器,增加流程图的小手功能,由 @Lemon (opens new window) 贡献 #704 (opens new window)
  • 【新增】SIMPLE 设计器,表单的字段权限,支持批量设置,由 @Lemon (opens new window) 贡献 #703 (opens new window)
  • 【新增】SIMPLE 设计器,子流程,由 @Lemon (opens new window) 贡献 #1249 (opens new window)、#712 (opens new window)、#713 (opens new window)、#1254 (opens new window)、#1262 (opens new window)、#718 (opens new window)、#1264 (opens new window)、#720 (opens new window)、#1303 (opens new window)、#752 (opens new window)
  • 【新增】BPMN、SIMPLE 设计器,增加审批人选择下一节点的审批人,由 @SamllNorth_Lee (opens new window) 贡献 #1271 (opens new window)、#1267 (opens new window)、#715 (opens new window)、#715 (opens new window)、#1276 (opens new window)、#727 (opens new window)、#729 (opens new window)、#1297 (opens new window)
  • 【新增】更多设置-流程、节点前后置通知,由 @Lesan (opens new window) 贡献 #1283 (opens new window)、#730 (opens new window)、#733 (opens new window)、#1285 (opens new window)、#739 (opens new window)、#1292 (opens new window)
  • 【新增】增加 OA 案例流程,业务表单发起时选择审批人,由 @SamllNorth_Lee (opens new window) 贡献 #745 (opens new window)
  • 【新增】流程模型支持哪些部门可以发起,由 @minivv (opens new window) 贡献 #139 (opens new window)、#777 (opens new window)

MALL 商城专区:

  • 【优化】商城客服页面匹配暗黑模式,由 @卢越 (opens new window) 贡献 #706 (opens new window)
  • 【优化】优惠劵领取,减少查询,由 @山野羡民 (opens new window) 贡献 #1246 (opens new window)

AI 大模型专区:

  • 【优化】适配 Spring AI 1.0.0-M6 版本,由 @芋道源码 (opens new window) 贡献 #1256 (opens new window)、#732 (opens new window)
  • 【新增】支持字节豆包、腾讯混元、硅基流动、MiniMax、月之暗面等模型,由 @芋道源码 (opens new window) 贡献 #1256 (opens new window)、#732 (opens new window)
  • 【新增】支持知识库、RAG,由 @芋道源码 (opens new window) 贡献 #1256 (opens new window)、#732 (opens new window)
  • 【新增】工具调用、function calling,由 @芋道源码 (opens new window) 贡献 #1256 (opens new window)、#732 (opens new window)
  • 【新增】对接 Dify、FastGPT 工作流,由 @芋道源码 (opens new window) 贡献 #1256 (opens new window)、#732 (opens new window)
  • 【新增】讯飞、文多多 PPT API 对接,由 @小新 (opens new window) 贡献 #1293 (opens new window)、#1317 (opens new window)
  • 【新增】AI 工作流,由 @Lesan (opens new window) 贡献 #1300 (opens new window)、#749 (opens new window)

# 🐞 Bug Fixes

  • 【修复】Knife4j 接口展示不正确的问题,由 @芋道源码 (opens new window) 贡献 dd0cadd (opens new window)
  • 【修复】修复 HTTP 接口签名 API 重复请求问题,由 @陈晨成 (opens new window) 贡献 #171 (opens new window)

Vue3 管理后台专区:

  • 【修复】单个顶级菜单加载报错的问题,由 @chenting (opens new window) 贡献 #734 (opens new window)
  • 【修复】pnpm10 构建失败的问题,由 @芋道源码 (opens new window) 贡献 19aef88 (opens new window)
  • 【修复】编辑器页面的发布失效,由 @EarlySummer (opens new window) 贡献 #8 (opens new window)
  • 【修复】操作日志和登录日志页面中的查询和导出按钮权限标识错误的问题,由 @Too子牙 (opens new window) 贡献 #741 (opens new window)
  • 【修复】Dialog 组件在 v-model 双向绑定的属性无效果问题,问题出在弹窗的右上角按钮点击关闭后,未通知父组件变更,由 @Bin (opens new window) 贡献 #747 (opens new window)
  • 【修复】login.vue 解决重复登录问题,由 @lb1565387341 (opens new window) 贡献 #134 (opens new window)

MALL 商城专区:

  • 【修复】管理后台,订单详情的物流信息展示不出来的问题,由 @爱宇阳 (opens new window) 贡献 #690 (opens new window)
  • 【修复】支付宝 app 支付功能正常,补充微信 app 支付逻辑实现功能待测试,由 @huppygo (opens new window) 贡献 #143 (opens new window)
  • 【修复】一些问题,由 @puhui999 (opens new window) 贡献 #1312 (opens new window)、#758 (opens new window)

BPM 工作流专区:

  • 【修复】icon 不在强制填写,并修复少量 bug,由 @SamllNorth_Lee (opens new window) 贡献 #694 (opens new window)、#1233 (opens new window)
  • 【修复】审批节点自定义配置字段权限为空问题,由 @SamllNorth_Lee (opens new window) 贡献 #696 (opens new window)
  • 【修复】工作流实例详情页面审批通过后,继续审批的 BUG 问题,由 @KAILIN (opens new window) 贡献 #698 (opens new window)
  • 【修复】修复停用状态下的流程删除报错问题,由 @SamllNorth_Lee (opens new window) 贡献 #1235 (opens new window)
  • 【修复】发起流程时,流程预测可能会随着表单变化的问题,由 @SamllNorth_Lee (opens new window) 贡献 #700 (opens new window)、#1238 (opens new window)
  • 【修复】Simple 模型,抄送节点在流程预测时未显示抄送人,由 @Lesan (opens new window) 贡献 #1240 (opens new window)
  • 【修复】流程模型的流程设计中的条件分支问,由 @SamllNorth_Lee (opens new window) 贡献 #708 (opens new window)
  • 【修复】同一个人多个待办任务,获取待办任务,优先查询传递的 taskId,由 @Jason (opens new window) 贡献 ffa7c246cfafacc53c326b0d86ded26712402943 (opens new window)
  • 【修复】表单联动数据 json 解析错误问题,由 @189******93 (opens new window) 贡献 #731 (opens new window)
  • 【修复】解决审批节点表单无可编辑字段时,variables 流程变量值为空,流程节点流转异常问题,由 @SamllNorth_Lee (opens new window) 贡献 #1280 (opens new window)

# 🔨 Dependency Upgrades

  • 【升级】weixin-java from 4.6.0 to 4.7.2.B
【v2.5.0】2025-05-13
【v2.4.1】2025-02-09

← 【v2.5.0】2025-05-13 【v2.4.1】2025-02-09→

Theme by Vdoing | Copyright © 2019-2026 芋道源码 | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式
×