Commit Graph

269 Commits

Author SHA1 Message Date
TimSpan aa9d10083a 接口 替换 :小程序 考核、后台考核 2024-11-22 15:36:05 +08:00
TimSpan 559787c931 企事业单位 页面修改 2024-11-22 15:10:56 +08:00
TimSpan e99471379a Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-22 10:15:46 +08:00
TimSpan 17bcd6763c 接口替换:/management/police替换为 /m2/user/ 2024-11-22 10:15:44 +08:00
wangyilin 92b120380e Merge remote-tracking branch 'origin/main' 2024-11-21 15:16:31 +08:00
wangyilin 577a7553fa 保安后台 2024-11-21 15:16:19 +08:00
TimSpan 9b3c3784a7 Merge branch 'main' of http://175.6.124.250:3100/luozhun/policeSecurity 2024-11-21 15:16:17 +08:00
TimSpan 33573a8aea Update .env.development 2024-11-21 15:16:14 +08:00
luozhun 00c6b0409f refactor(superManagement): 重构超级后台首页地图展示功能
- 新增 MapVisionParams 类用于地图视野参数
- 移除 EnterprisesUnitController 中的 mapPoint 方法
- 新增 SuperIndexController、SuperIndexMapper 和 SuperIndexService
- 更新 SecurityUnitUseStatisticsDTO,添加省市区街道编码字段
- 优化 SignInterceptor 中的签名生成和验证逻辑
- 更新 OpenApiMapper.xml,移除冗余的删除标志条件
- 重构 MapContainer组件,移除初始化地图样式- 更新路由配置,移除数据总览菜单项
- 重命名 EnterprisesUnitInfoWindowContent 组件
- 重构数据总览页面,改为在首页展示地图信息
2024-11-21 14:16:22 +08:00
luozhun 5bb44b0dc2 refactor(open-api): 重构安保人员花名册接口
- 修改接口名称,支持事业单位和服务项目的安保人员花名册查询
- 新增枚举类 EnterPrisesUnitOrServiceProjectType 表示查询类型
- 更新 mapper 和 service层相应方法
- 重命名相关 DTO 类
2024-11-21 10:55:12 +08:00
luozhun 67d19a0885 代码提交 2024-11-21 10:12:05 +08:00
luozhun a2819042df refactor: 重构项目配置和布局
- 移除了 OpenController 中的 @CheckOpenApi 注解
- 更新了 Layout 组件中的标题和 logo 属性
- 修改了路由配置,使用 __APP_INFO.moduleName 替代 __APP_ENV.VITE_APP_MODULE_NAME
- 更新了全局类型定义,增加了 __APP_INFO 对象
- 调整了 Vite 环境变量配置,移除了 VITE_APP_MODULE_NAME
- 更新了项目名称和版本号
2024-11-21 10:06:30 +08:00
luozhun 372d7e12cf refactor(open-platform): 调整保安单位信息展示位置
- 将保安单位相关字段从 SecurityUnitUseStatisticsDTO 类中移至内部类 _ServiceProjectVo
- 更新 OpenApiMapper.xml,将对应字段移至 JSON 数组内- 移除前端无用的示例代码
2024-11-20 17:26:04 +08:00
luozhun b0b0279db5 代码提交 2024-11-20 16:23:50 +08:00
luozhun c12c5b26fa 代码提交 2024-11-20 16:21:36 +08:00
luozhun 56b0a9dca4 feat(open-api): 重构开放接口签名验证逻辑
- 新增 SignInterceptor 用于签名验证
- 添加 BodyWrapperFilter 用于获取请求体
- 重构 SecurityUnitUseStatisticsDTO 数据结构
- 更新 OpenController 接口
- 修改 FastJson2Config 支持表单数据
2024-11-20 16:18:03 +08:00
luozhun 47cd8d9963 refactor(support): 优化 OpenApiInterceptor 中的代码结构
- 将请求头验证逻辑移至 HandlerMethod 判断之后
-减少了不必要的代码嵌套,提高了代码可读性
2024-11-20 11:45:16 +08:00
luozhun 5f21899c62 refactor: 删除未使用的过滤器和拦截器
- 移除了 BodyWrapperFilter、CustomHttpServletRequestWrapper 和 SignInterceptor 类
- 这些类可能在其他地方通过配置引用,建议检查相关配置并进行相应调整
2024-11-20 11:31:07 +08:00
luozhun 4f9c69f3bd feat(SecurityUnitUseStatisticsDTO): 增加地区信息字段- 在 SecurityUnitUseStatisticsDTO 中添加省、市、区/县、街道名称字段
- 修改 OpenApiMapper.xml,加入地区信息的 SQL 查询
2024-11-20 10:40:00 +08:00
luozhun 8abdda276a Merge remote-tracking branch 'origin/main' 2024-11-20 10:29:46 +08:00
luozhun 771dac470c feat(security): 添加签名验证功能并优化开放平台接口
- 新增 BodyWrapperFilter 和 CustomHttpServletRequestWrapper 类,用于获取请求体内容- 实现 SignInterceptor 类,添加签名验证功能
- 更新 OpenApiInterceptor,增加请求头缺失异常处理
- 修改 SecurityUnitUseStatisticsDTO,添加 policeUnitId 字段- 更新 OpenApiMapper.xml,增加 policeUnitId 字段映射- 修改前端 openPlatform 组件,演示签名生成和请求过程
- 引入 js-md5 依赖,用于生成 MD5 签名
2024-11-20 10:29:36 +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