Go to file
lixiaolong 8bde916232 fix(util): 修复NashornJsExecutor执行结果反序列化问题
- 修改execute方法返回值注释,明确返回原生类型/JSONObject而非JSON字符串
- 在execute方法中添加JSON字符串反序列化为Java对象的核心修复逻辑
- 在JS代码中添加JSON.stringify确保统一结果格式便于反序列化
- 更新toJson和fromJson方法使用fastjson2保持版本一致性
- 修改fromJson方法返回Object类型以支持自动类型适配
- 简化SecurityConfig中URL权限配置,移除冗余路径配置
2026-03-18 09:27:25 +08:00
cmvr-iot-admin feat: 新增获取循环对象节点 2026-03-17 16:52:30 +08:00
cmvr-iot-api feat(flow): 新增代码执行节点和AI功能模块 2026-03-17 14:08:08 +08:00
cmvr-iot-common feat: 定时任务消费评估任务 2026-02-10 16:49:07 +08:00
cmvr-iot-device feat(device): 新增机器人配置管理功能 2025-09-22 10:58:45 +08:00
cmvr-iot-evaluation feat: 触控交互评估 2026-03-12 09:47:20 +08:00
cmvr-iot-framework fix(util): 修复NashornJsExecutor执行结果反序列化问题 2026-03-18 09:27:25 +08:00
cmvr-iot-generator migrate project to new repository 2025-08-21 14:39:54 +08:00
cmvr-iot-quartz feat: 定时任务消费评估任务 2026-02-10 16:49:07 +08:00
cmvr-iot-system fix(util): 修复车辆路径查找工具中的图标名称比较错误 2026-02-05 16:16:20 +08:00
cmvr-iot-test fix(util): 修复NashornJsExecutor执行结果反序列化问题 2026-03-18 09:27:25 +08:00
cmvr-iot-ti feat: 触控交互评估 2026-03-12 09:47:20 +08:00
cmvr-iot-vi fix: 项目状态 2026-02-09 14:16:05 +08:00
.gitignore migrate project to new repository 2025-08-21 14:39:54 +08:00
DirectoryV3.xml migrate project to new repository 2025-08-21 14:39:54 +08:00
Jenkinsfile migrate project to new repository 2025-08-21 14:39:54 +08:00
LICENSE migrate project to new repository 2025-08-21 14:39:54 +08:00
pom.xml chore: 删除无用依赖 2026-03-03 11:22:46 +08:00