Commit Graph

249 Commits

Author SHA1 Message Date
wangyilin 577a7553fa 保安后台 2024-11-21 15:16:19 +08:00
wangyilin 009382291c 修改接口录入保安人员 2024-11-20 10:29:12 +08:00
wangyilin 458d442dd9 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	collect_information/types/subPages/projectManager/myProject/index.ts
2024-11-20 10:27:16 +08:00
wangyilin c7b5d6eb8b 修改接口录入保安人员 2024-11-20 10:25:47 +08:00
TimSpan 909071396c Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-20 10:25:05 +08:00
TimSpan e3fd86a585 Update .env.development 2024-11-20 10:25:03 +08:00
luozhun fd690f3195 Merge remote-tracking branch 'origin/main' 2024-11-19 16:18:02 +08:00
luozhun 20c57bdbd5 feat(open-platform): 新增开放平台相关功能
- 新增 AccessKeys 相关实体、控制器、服务和 mapper
- 新增 SecurityUnitUseStatistics 和 ServiceProjectSecurityUserRoster 相关 DTO 和 API- 更新 ServiceProject 相关实体和 API,增加二级类型等字段
- 优化 Desensitized 注解和过滤器,支持保留原字段
- 更新 OpenApiMapper XML,添加新查询语句
2024-11-19 16:17:49 +08:00
TimSpan 85db3000d9 接口内容变动 2024-11-19 11:36:39 +08:00
TimSpan fffa527ea2 Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-18 17:20:46 +08:00
TimSpan 735740bf8e 。。 2024-11-18 17:20:44 +08:00
wangyilin 9e540a9e3f Merge remote-tracking branch 'origin/main' 2024-11-18 16:14:10 +08:00
wangyilin 3637ba7dc3 服务项目表格修改 2024-11-18 16:14:01 +08:00
TimSpan 7887a6e854 Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-18 10:23:24 +08:00
TimSpan d793125e33 Update components.d.ts 2024-11-18 10:23:16 +08:00
wangyilin 0dcee7f7f6 Merge remote-tracking branch 'origin/main' 2024-11-18 10:22:51 +08:00
wangyilin be31785608 保安 2024-11-18 10:22:34 +08:00
luozhun 17cbd59aea Merge remote-tracking branch 'origin/main' 2024-11-15 17:31:17 +08:00
luozhun a4c425d190 refactor(cache): 优化枚举数据初始化和序列化逻辑
- 优化枚举字典数据初始化流程
- 添加判断子类是否重写父类序列化方法的逻辑
- 调整代码结构,提高可读性和性能
2024-11-15 17:31:07 +08:00
TimSpan a489f508ab Update components.d.ts 2024-11-15 17:24:50 +08:00
TimSpan 6e98206c1e Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-15 17:24:35 +08:00
TimSpan 1e17152383 .. 2024-11-15 17:24:33 +08:00
wangyilin 468a226b27 考核记录 2024-11-15 17:14:22 +08:00
wangyilin 6e4b5bc984 Merge remote-tracking branch 'origin/main' 2024-11-15 17:13:11 +08:00
wangyilin 11dc888bb9 考核记录 2024-11-15 17:13:06 +08:00
TimSpan d57a6d13f4 Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-15 17:07:01 +08:00
TimSpan c228add1b3 。。。 2024-11-15 17:06:59 +08:00
luozhun 60c0f62aed Merge remote-tracking branch 'origin/main' 2024-11-15 16:31:09 +08:00
luozhun 28bbc32efb refactor(superManagement): 提取合并单元格计算逻辑
- 将 ckProjectDetail 和 deductedDetail 函数中的合并单元格计算逻辑提取到单独的函数 calculationMergeSpan 中- 在 assessmentRecord/index.tsx 中添加 calculationMergeSpan 函数实现合并单元格计算
- 通过提取公共逻辑,提高代码复用性和可维护性
2024-11-15 16:31:01 +08:00
wangyilin 60dd0a5b21 保安 2024-11-15 15:50:37 +08:00
wangyilin 9f316137c0 Merge remote-tracking branch 'origin/main' 2024-11-15 15:48:53 +08:00
TimSpan 258c0b579c Update global.d.ts 2024-11-15 15:44:41 +08:00
TimSpan 0604beef06 Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-15 15:35:08 +08:00
TimSpan 8988e6e993 项目配置 更改 2024-11-15 15:35:05 +08:00
luozhun b3b1ee41f5 feat(assessmentCriteria): 增加企事业单位列表接口并优化考核记录功能
- 新增 OpenApiMapper 接口和对应的 XML 文件,实现根据代码和等级获取企事业单位列表
- 修改 AssessmentRecordController,增加用户类型检查注解- 更新 CkAssessmentRecordMapper 接口和 XML 文件,支持按公安单位 ID 查询考核记录- 修改 AssessmentRecordPagerQueryParams 类,增加新的查询参数
- 更新 CkAssessmentRecordServiceImpl 中的 pager 方法,支持不同用户类型的查询逻辑
- 修改 EnterprisesUnitDetailDTO 类,增加企事业单位类型字段- 新增 OpenGetEnterprisesUnit 类,用于定义企事业单位列表接口的查询参数
- 更新 OpenApiService 接口和 OpenApiServiceImpl 类,实现新的企事业单位列表接口
- 修改前端页面,支持新的查询参数和展示逻辑
2024-11-15 14:42:01 +08:00
wangyilin 2eece8fbab Merge remote-tracking branch 'origin/main' 2024-11-15 14:08:47 +08:00
wangyilin 6daf7073c2 搜索 2024-11-15 14:08:37 +08:00
TimSpan 18ba81d119 小优化 2024-11-15 11:48:03 +08:00
TimSpan 04ad687120 Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-15 11:24:31 +08:00
TimSpan ab386a85c7 单位 选择 替换为 搜索组件
单位 选择 替换为 搜索组件
2024-11-15 11:24:29 +08:00
luozhun c0496c39e1 feat(cache): 实现全局缓存管理器并优化枚举数据处理
- 新增 GlobalCacheManager 类,用于统一管理枚举缓存
- 重构 BaseEnum 接口,使用 SelectNodeVo 作为序列化返回类型
- 更新 CheckStatus、EnterprisesUnitType 和 IsEnable 枚举类,使用 SelectNodeVo 作为序列化结果- 修改 CommonController 中的 enums 方法,直接使用 GlobalCacheManager 中的缓存数据
- 移除 CommonController 中的 initEnums 方法和 enumsResult 静态变量
2024-11-15 11:12:23 +08:00
wangyilin ac1dc62adc Merge remote-tracking branch 'origin/main' 2024-11-13 11:38:09 +08:00
wangyilin 3da5721c09 搜索 2024-11-13 11:38:03 +08:00
TimSpan a85a9ee17b 没改啥 2024-11-13 11:26:27 +08:00
TimSpan c4c2f3cc09 Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-13 10:36:01 +08:00
TimSpan a9b34e672e 优化完成(前置图片旋转处理) 2024-11-13 10:35:59 +08:00
luozhun 11dac87237 Merge remote-tracking branch 'origin/main' 2024-11-13 09:31:48 +08:00
luozhun c684606410 refactor(management): 重构企事业单位相关功能
- 移除 PoliceEnterprisesUnitPager 相关代码
- 为 EnterprisesUnit 添加创建人信息
- 优化 EnterprisesUnit 分页查询逻辑
- 更新相关控制器和服务实现
-调整枚举类型和注解
2024-11-13 09:31:37 +08:00
TimSpan 875b026a3e Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-12 17:23:54 +08:00
TimSpan bb8925e62c 新签名组件 2024-11-12 17:23:52 +08:00