1
0
Commit Graph

13 Commits

Author SHA1 Message Date
3d1970ec09 feat(web): 优化数据资源和数据文件查询逻辑
- 新增 listPredicate 方法统一处理查询逻辑- 优化了 DataResourceService 和 DataFileService 的查询性能
- 重构了 EntityHelper 类,增加了 checkNeededEntityPrediction 方法
- 调整了 AuthenticationService、CheckOrderService 和 ConfirmationService 的查询逻辑
- 更新了前端 dialog-permission.js 组件
2024-12-09 18:37:36 +08:00
3e43d437e6 refactor(web): 重构审核流程
- 移除 AuthenticationRepository 和 ConfirmationRepository 中的 updateStateById 方法
- 更新 AuthenticationService 和 ConfirmationService 中的状态更新逻辑
- 修改 CheckOrder 实体,使用 State 枚举替代布尔型 over 字段
- 更新相关前端组件,适应新的审核状态
2024-12-09 10:38:21 +08:00
28d70e5f9a feat(web): 修复逻辑删除,增加可选查询 2024-12-05 17:58:38 +08:00
1ec345e18d feat(web): 增加授权相关界面 2024-12-02 19:07:22 +08:00
58f2173fb0 feat(web): 增加确权状态审查 2024-11-28 17:40:12 +08:00
efe393835c feat(web): 新增根据当前登陆用户查询记录 2024-11-27 19:02:08 +08:00
aba9a1716c fix(web): 优化文件上传适配 2024-11-27 18:05:15 +08:00
f15bcc2f53 feat(web): 关联数据资源和确权状态 2024-11-27 14:01:36 +08:00
70d5a4549f fix(web): 修复文件无法移除 2024-11-27 11:11:00 +08:00
d72ebfd1d1 feat(web): 优化静态文件展示 2024-11-27 09:59:06 +08:00
d781e137d8 feat(web): 增加确权信息新增、查看接口和适配 2024-11-27 00:11:16 +08:00
7584ca3736 feat(web): 优化统一的Controller和Service接口 2024-11-26 19:44:35 +08:00
851fc02ce5 feat(web): 增加权属管理界面 2024-11-26 14:02:15 +08:00