100 Commits
Author SHA1 Message Date
wsm 4d006e16d1 !135 test(improvementproposal): 新增评分/奖级/流水号纯函数与流程单测
* test(improvementproposal): 新增评分/奖级/流水号纯函数与流程单测
* refactor(improvementproposal): 提炼评分/奖级/流水号纯函数 ImprovementProposalSuppo…
* test(tasklist): 新增看板 Service 单测并消除第 11 处重复(normalizePid 复用 support)
* test(tasklist): 新增任务详情 Service/纯函数单测(权限与父子计数规则)
* refactor(tasklist): 提炼任务详情纯函数 TaskListDetailSupport,消除内联重复
* test(supervision): 补齐中小头 Service/枚举/监听器单测
* refactor(xispeak): AfterSDW 监听器复用 FlowVariableSupport,消除第 10 处重复
* test(bgpartymatter): 新增党委会 Service 单测
* test(supervision): 新增反馈流程/反馈Service/问题清单三层校验单测
* refactor(xispeak): 反馈流程经办人分割复用 FlowVariableSupport,消除第 9 处重复
* test(xispeak): 补齐 P1 Service 与监听器单测并消除第 8 处部门ID清洗重复
* test(supervision): 删除已上提的旧 helper 测试文件
* test(supervision): 新增 xispeak 流程/监听器测试并将 helper 测试上提到 common.flow
* refactor(supervision): 流程通用逻辑上提到 common.flow 并消除 fixcontact/xispeak 重复
* test(supervision): 补齐 dqinspecttask Service/监听器单测(validateProblemId 规则锁定)
2026-08-19 08:55:37 +00:00
wsm 41546cfc17 !134 fix(supervision): 修正 InspectCloseoutFlowTest 角色参数匹配实际调用
* fix(supervision): 修正 InspectCloseoutFlowTest 角色参数匹配实际调用
* test(fixcontact): 新增流程表达式/监听器/Service 单测,fixcontact 可测代码接近全覆盖
* refactor(fixcontact): 提炼上两级解析与部门ID清洗纯函数,监听器依赖注入化
* chore(bpm): 安装 JaCoCo 覆盖率插件并修复构建链(补齐 base-core 依赖、排除环境依赖测试)
2026-08-19 00:44:24 +00:00
wsm 4e9a57651b !133 fix(supervision): 修正 InspectCloseoutFlowTest 角色参数匹配实际调用
* fix(supervision): 修正 InspectCloseoutFlowTest 角色参数匹配实际调用
* test(fixcontact): 新增流程表达式/监听器/Service 单测,fixcontact 可测代码接近全覆盖
* refactor(fixcontact): 提炼上两级解析与部门ID清洗纯函数,监听器依赖注入化
* chore(bpm): 安装 JaCoCo 覆盖率插件并修复构建链(补齐 base-core 依赖、排除环境依赖测试)
2026-08-18 08:04:26 +00:00
wsmandGitee aea4a0e312 !132 chore(supervision): 删除 src/test 下误放的代码生成器脚手架文件
Merge pull request !132 from wsm/chore/remove_test
2026-08-17 08:47:33 +00:00
wsm 1662936f7e !131 chore: gitignore 忽略 weekly-summary 目录
* chore: gitignore 忽略 weekly-summary 目录
* feat(bpm): 流程回归支持驳回路径驱动
* feat(bpm): 4个流程happy path回归测试全部跑通
* feat(bpm): 新增流程回归测试框架(连运行后端全路径驱动+自动清理)
2026-08-17 07:28:24 +00:00
wsm d66788eb94 !130 chore: gitignore 忽略 weekly-summary 目录
* chore: gitignore 忽略 weekly-summary 目录
* feat(bpm): 流程回归支持驳回路径驱动
* feat(bpm): 4个流程happy path回归测试全部跑通
* feat(bpm): 新增流程回归测试框架(连运行后端全路径驱动+自动清理)
2026-08-17 07:24:40 +00:00
wsm a5e4eebc71 !129 feat(sysuser): 新增按角色查询用户接口并使用优化版JOIN查询
* feat(sysuser): 新增按角色查询用户接口并使用优化版JOIN查询
* fix(bgpartymatter): 移除后端自动生成业务序号逻辑
2026-08-14 07:15:16 +00:00
wsmandGitee 06e253b18d !128 fix(dq): 反馈记录补齐进展状态字典与纪检反馈字段
Merge pull request !128 from wsm/fix/inspect_feedback
2026-08-13 07:12:30 +00:00
wsm 663d097095 !127 fix(xispeak): 精简导出列,注释部分非必要字段
* fix(xispeak): 精简导出列,注释部分非必要字段
* fix(xispeak): 反馈增删改同步主表落实条数与已闭环数
* fix(xispeak): 导出切 EasyExcel 端点,反馈闭环口径改为已完成
2026-08-13 03:15:42 +00:00
wsmandGitee b331d83221 !126 fix(xispeak): 反馈闭环计数兼容 feedback_status 已完成取值
Merge pull request !126 from wsm/fix/20260812_fix
2026-08-12 10:15:26 +00:00
wsm e5508e7b7c !125 docs(bpm): 新增4个流程节点权限MD文档
* docs(bpm): 新增4个流程节点权限MD文档
* feat(bpm): 4个流程完整流程更新SQL
* chore(bpm): 4个流程节点权限按ODS对齐
* docs(bpm): 新增4个流程节点权限矩阵ODS
* fix(flow): 修复销号流程表达式方法名与角色映射
2026-08-12 07:22:33 +00:00
wsmandGitee 3fc7ec4b72 !124 feat(bpm): 新增监督平台在用流程节点配置跨环境同步脚本
Merge pull request !124 from wsm/sql/update_flow_node_config
2026-08-12 01:07:43 +00:00
wsm bd68ec888d !123 fix(flow): 修复流程运行阻断与数据一致性问题
* fix(flow): 修复流程运行阻断与数据一致性问题
2026-08-11 09:45:38 +00:00
wsmandGitee f5469b2b74 !122 feat(extapi): 新增外部接口清单注解扫描与展示导出
Merge pull request !122 from wsm/feature/api_anno
2026-08-11 07:16:33 +00:00
wsmandGitee 64182840f3 !121 fix(db): 清空数据库脚本补充定点联系单两张业务表
Merge pull request !121 from wsm/fix/clear_data_sql
2026-08-11 06:14:08 +00:00
wsmandGitee df12ba6d0c !120 fix(deploy): 修复定点联系单流程导入SQL的UNHEX串换行问题
Merge pull request !120 from wsm/fix/flow_script_fix
2026-08-11 00:33:57 +00:00
wsmandGitee 582d8543d3 !119 fix(fixcontact): 修复 E2E 测试发现的 5 项问题
Merge pull request !119 from wsm/fix/fix_contact_20260807
2026-08-07 01:56:42 +00:00
wsmandGitee 26a2be5a2d !118 refactor(inspectimprove): 迁移巡视整改代码包 inspectimprove 到 dqinspecttask
Merge pull request !118 from wsm/refactor/inspectimprove
2026-08-06 11:00:19 +00:00
wsmandGitee 8dc658a505 !117 fix(inspectimprove): 删除遗留孤立实体并修复阶段字段默认值
Merge pull request !117 from wsm/fix/imporve_task
2026-08-06 10:43:49 +00:00
wsmandGitee 57af8575c3 !116 fix(xispeak): 修复测试文档发现的 7 项问题
Merge pull request !116 from wsm/fix/xispeak_bug
2026-08-06 08:51:06 +00:00
wsmandGitee 5ef5826768 !115 chore(supervision): 删除废弃 flow 模块并清理 pom 引用
Merge pull request !115 from wsm/refactor/supervision_module
2026-08-06 06:56:55 +00:00
wsmandGitee 21a6394a51 !114 chore(demo): 删除废弃的 5 个 demo 演示模块
Merge pull request !114 from wsm/chore/dead_modules_remove
2026-08-06 02:30:36 +00:00
wsmandGitee 5d02013004 !113 chore(demo): 删除废弃的 check 演示模块
Merge pull request !113 from wsm/chore/remove_check
2026-08-06 02:13:11 +00:00
wsmandGitee 1185714202 !112 fix(fixcontact): 修复归档网关缺省值、撤回回写状态及删除清理关联流程
Merge pull request !112 from wsm/fix/fix_contact_20260806
2026-08-06 02:08:30 +00:00
wsmandGitee a8b1fc756b !111 feat(syslog): 新增退出日志类型,主动登出与强制退出归入退出日志
Merge pull request !111 from wsm/feature/logout_record
2026-08-05 08:18:30 +00:00
wsmandGitee d1891a3b9c !110 feat(syslog): 操作日志新增操作结果列,记录成功失败并追加失败原因
Merge pull request !110 from wsm/feature/log_oper_res_add
2026-08-05 07:59:30 +00:00
wsmandGitee bab7c9688b !109 feat(fixcontact): 定点联系单实体敏感字段添加 @AutoLogIgnore 脱敏
Merge pull request !109 from wsm/feature/entity_add_logignore
2026-08-05 07:29:23 +00:00
wsmandGitee f3d728f7f9 !108 feat(syslog): 操作日志支持 @AutoLogIgnore 字段脱敏
Merge pull request !108 from wsm/feature/sensitive_data_ignore_annotation
2026-08-05 07:15:46 +00:00
wsmandGitee 0dac8e58ba !107 fix(syslog): 修正既有日志注解的错误操作类型
Merge pull request !107 from wsm/feature/module_log_fix
2026-08-05 03:05:41 +00:00
wsmandGitee 903a6fe368 !106 feat(syslog): 操作日志和登录日志记录操作人密级
Merge pull request !106 from wsm/feature/log_sec_level
2026-08-05 02:08:24 +00:00
wsmandGitee d2c09cc8b4 !105 feat(jasypt): 引入jasypt配置加密支持敏感信息脱敏
Merge pull request !105 from wsm/feature/jasypt_encryption
2026-08-04 08:13:02 +00:00
wsmandGitee 9d33f46588 !104 chore(fixcontact): 新增定点联系单流程/菜单/业务表导入SQL脚本
Merge pull request !104 from wsm/sql/fix_contact_flow_sql
2026-08-04 05:53:42 +00:00
wsmandGitee 68ddcffb9f !103 feat(fixcontact): 新增台账状态统计接口
Merge pull request !103 from wsm/style/fix_contact_list_style
2026-08-04 02:59:31 +00:00
wsmandGitee 3c8d29a78a !102 feat(fixcontact): 新增所领导审批流程变量与表达式方法并修复领导查询
Merge pull request !102 from wsm/feature/fix_contact_select_ld
2026-08-04 02:29:26 +00:00
wsm a965427ce3 !101 feat(fixcontact): 新增部门领导与经办人审批监听器
* feat(fixcontact): 新增部门领导与经办人审批监听器
* feat(fixcontact): 新增部门并行子流程流程表达式方法与常量
* feat(fixcontact): 反馈列表联表查询反馈人与反馈部门名称
* feat(fixcontact): 部门审批信息落库approve_info并新增保存接口
2026-08-03 10:43:49 +00:00
wsmandGitee a118d03042 !100 feat(fixcontact): 新增定点联系单流程节点导出与完整导入SQL脚本
Merge pull request !100 from wsm/feature/20260731
2026-07-31 07:27:26 +00:00
wsmandGitee d642b837ce !99 feat(fixcontact): 新增EasyExcel模板导入导出及校验接口
Merge pull request !99 from wsm/feature/20260731
2026-07-31 01:55:41 +00:00
wsmandGitee 189f9bf3f2 !96 chore(bpm): 新增数据库清理脚本并为用户同步接口添加Swagger注解
Merge pull request !96 from wsm/chore/clear_db
2026-07-29 02:01:05 +00:00
wsmandGitee 4b4802bb39 !94 wsq-后端-20260727-新增功能-改善提案编号最新生成
Merge pull request !94 from 王淑勤/wsq-20260727
2026-07-27 06:29:34 +00:00
wsmandGitee dd2470fe11 Merge branch 'master' of gitee.com:sz_30/supervison-java into wsq-20260727
Signed-off-by: wsm <8454518+new-twice@user.noreply.gitee.com>
2026-07-27 06:29:13 +00:00
wsmandGitee 4f7f42496b !95 feat(bpm): 新增节点驳回目标配置表及纯增量后端接口
Merge pull request !95 from wsm/feature/node_reject
2026-07-27 06:25:58 +00:00
wsm 72d378c577 !91 feat(excel): 导出模板自动生成示例数据行
* feat(excel): 导出模板自动生成示例数据行
* fix(excel): 字典导入兼容中英文逗号分隔多值,修复BgPartymatter导入Map.of参数错位
* fix(import): Excel导入时注入bpmStatus和delFlag默认值,避免新增记录缺少流程状态
2026-07-24 07:53:09 +00:00
wsm a3ff3d66e7 !89 fix(dqinspecttask): 台账VO和mapper补充缺失的chargeLeaderId字段,修复分管所领导不显示
* fix(dqinspecttask): 台账VO和mapper补充缺失的chargeLeaderId字段,修复分管所领导不显示
* feat(bqtakepulse): 牵头部门/协办部门筛选支持多选,FIND_IN_SET AND 逻辑
* feat(xispeak): 牵头部门筛选支持多选,FIND_IN_SET AND 逻辑
2026-07-23 08:00:11 +00:00
wsmandGitee e08fb23259 !86 refactor(xispeak): 提取公共常量BpmStatus枚举,统一bpmStatus字段类型为String
Merge pull request !86 from wsm/feature/multi_depart_import
2026-07-22 09:15:12 +00:00
wsm 28d10391a7 !85 feat(excel): Excel导入校验和翻译支持逗号分隔多值
* feat(excel): Excel导入校验和翻译支持逗号分隔多值
* fix(xispeak): 移除完成状态Excel导入导出注解,避免导入时覆盖系统自动维护的状态
* fix(xispeak): 修复密级Excel列名typo 非秘→非密
* fix(xispeak,partymatter,dq): 移除实体类 bpmStatus 字段默认值,改为 service 层设置,避免 Q…
* fix(xispeak,partymatter,dq): 实体类 bpmStatus 默认值设为"未开始"
2026-07-22 07:13:07 +00:00
wsmandGitee 148a50c3b3 !83 fix(dq): 台账查询增加bpmStatus过滤条件,并修复completedStage/measureCount默认值污染
Merge pull request !83 from wsm/feature/bpm_status_query
2026-07-14 08:47:29 +00:00
wsmandGitee cbd84bc63e !82 feat(openapi): 新增对外接口模块,提供门户待办数查询接口 /openapi/countTaskforporter
Merge pull request !82 from wsm/feature/query_todo_num
2026-07-14 08:18:47 +00:00
wsmandGitee 83871179ef !81 feat(login): selectDepart接口补充部门ID和名称,支持前端反馈表单自动填充
Merge pull request !81 from wsm/feature/feedback_get_dept_info
2026-07-14 06:20:14 +00:00
wsmandGitee e1a5a35a24 !80 fix(dq): statusStats接口清除int字段默认值,避免0被当作查询条件
Merge pull request !80 from wsm/fix/dq_inspect_status_show
2026-07-13 07:55:17 +00:00
wsmandGitee 37c878d6ef !79 fix(excel): 字典/表字典分隔符从 _ 改为 , 解决含下划线值被截断
Merge pull request !79 from wsm/fix/excel_export_split
2026-07-13 07:20:22 +00:00
wsmandGitee c260a08af9 !78 feat(bpm): 新增排除工作组部门的用户部门名查询接口
Merge pull request !78 from wsm/feature/query_dept_interface
2026-07-13 06:30:40 +00:00
wsmandGitee cf0b35e8eb !77 feat(xispeak,dq): 新增 statusStats 接口,按 bpmStatus 统计各状态数量
Merge pull request !77 from wsm/feature/state_render
2026-07-10 07:08:43 +00:00
wsmandGitee 44223e4222 !76 fix(bpm): 修复并行子流程endEvent导致流程被误判为已结束
Merge pull request !76 from wsm/fix/query_operator
2026-07-10 02:02:17 +00:00
wsmandGitee 1237cf66f3 !74 feat(xispeak): 实体类关联督办状态和反馈状态字典
Merge pull request !74 from wsm/chroe/update_entity_dictcode
2026-07-09 07:23:57 +00:00
wsmandGitee 3d1309a0ad !73 chore(db): 建立sql-changelog目录,记录数据库变更
Merge pull request !73 from wsm/chore/202607090-db-record
2026-07-09 07:22:08 +00:00
wsmandGitee dd9253041e !72 refactor(bpm): ProcessEndListener去除反射调用,改用接口解耦
Merge pull request !72 from wsm/feature/20260709
2026-07-09 06:58:03 +00:00
wsm 35fb29a570 !70 fix(tasktask): 修正业务状态码值对齐super_status字典
* fix(tasktask): 修正业务状态码值对齐super_status字典
* feat(tasktask): 新增业务状态查询接口
2026-07-07 00:56:59 +00:00
wsmandGitee 2521615baa !69 feat(bpm): 新增流程当前节点及办理人查询接口
Merge pull request !69 from wsm/feature/query_current_assignee
2026-07-06 06:16:35 +00:00
wsm 5741677a70 !68 feat(xispeak): 新增已完成阶段数字段,添加对应数据库升级脚本
* feat(xispeak): 新增已完成阶段数字段,添加对应数据库升级脚本
2026-07-02 09:00:32 +00:00
wsmandGitee 9e9ea519e5 !66 fix(bgpartymatter): 修复 ClassFieldName 常量使用 DB 列名导致 PropertyUtils 注入默认值静默失败
Merge pull request !66 from wsm/fix/export_field_key_fix
2026-07-02 06:32:54 +00:00
wsm bed7abdf2f !65 refactor(bgpartymatter): 合并重复的导入导出接口,通过参数区分会议类型
* refactor(bgpartymatter): 合并重复的导入导出接口,通过参数区分会议类型
* feat(excel): 导入支持收集实体 ID 和注入默认值,新增 BgPartymatter 常量类
2026-07-02 03:06:21 +00:00
wsm eb581e069c !64 feat(excel): BgPartymatter/BgTakepulse Controller 适配 ExcelColumn 导入导出
* feat(excel): BgPartymatter/BgTakepulse Controller 适配 ExcelColumn 导入导出
* feat(excel): BgPartymatter/BgTakepulse 实体补充 ExcelColumn 导入导出注解
2026-07-01 11:39:33 +00:00
wsm d6baa52d9f !63 fix(bpm): 修复节点默认审批意见 MyBatis 查询缺失列,补充条件变量原始字段返回
* fix(bpm): 修复节点默认审批意见 MyBatis 查询缺失列,补充条件变量原始字段返回
* feat(bpm): 流程节点支持配置默认审批意见,按条件变量动态选择
2026-07-01 11:05:50 +00:00
wsmandGitee a062f22aab !62 fix(excel): 修复日期格式不兼容和导入异常未上报的问题
Merge pull request !62 from wsm/fix/excel_time_import
2026-06-30 08:25:59 +00:00
wsmandGitee 97a2a69001 !59 feat(inspectimprove): 实体添加ExcelColumn注解,新增EasyExcel导入和校验接口
Merge pull request !59 from wsm/feature/excel_val
2026-06-30 02:36:46 +00:00
wsmandGitee d59adeeaf7 !58 fix(system): 用户部门查询结果按sortno升序排列
Merge pull request !58 from wsm/fix/return_peoplo_by_order
2026-06-29 09:04:24 +00:00
wsmandGitee 770b125023 !57 fix(system): 用户部门查询改用LinkedHashMap保持插入顺序
Merge pull request !57 from wsm/fix/return_peoplo_by_order
2026-06-29 08:13:55 +00:00
wsmandGitee a73db8b58c !56 fix(bpm): 修复variablesMap在lambda中非effectively final的编译错误
Merge pull request !56 from wsm/feature/dept_filter
2026-06-29 07:58:14 +00:00
wsm c061d09935 !55 feat(dqinspecttask): 分页查询VO及Mapper XML补充completedStage字段
* feat(dqinspecttask): 分页查询VO及Mapper XML补充completedStage字段
* feat(dqinspecttask): 新增completedStage字段及流程结束阶段递增监听器
2026-06-26 07:57:32 +00:00
new_new_new a7915177a0 !53 refactor(excel): 提取Excel工具包为独立模块jeecg-module-tools,支持跨项目复用
* refactor(excel): 提取Excel工具包为独立模块jeecg-module-tools,支持跨项目复用
* fix(excel): 校验错误详情返回前端,ColumnMeta重构为Record,避免字典错后重复报NotBlank
* Merge remote-tracking branch 'origin/master'
* chore: 添加easyexcel依赖
2026-06-24 03:36:58 +00:00
new_new_new 9aec8dbbbe !52 feat(excel): 新增EasyExcel分批导入,支持字典校验和Hibernate Validator
* feat(excel): 新增EasyExcel分批导入,支持字典校验和Hibernate Validator
* feat(excel): 新增EasyExcel导出工具类,基于@Excel注解解析并支持模板表头下载
* chore: 添加easyexcel依赖
2026-06-23 10:36:56 +00:00
new_new_newandGitee ad84b989a7 !51 refactor(supervision): 优化Excel导出字段,隐藏内部字段并补充字典翻译
Merge pull request !51 from new_new_new/feature/20260622
2026-06-22 07:03:52 +00:00
new_new_newandGitee 58d82dd2ba !49 refactor(flow): 统一管理部门ID和角色ID至 OrgConfig
Merge pull request !49 from new_new_new/feature/20260618
2026-06-22 06:35:31 +00:00
new_new_newandGitee 80c958d474 !48 feat(system): 用户选择列表按sortno升序排序
Merge pull request !48 from new_new_new/feature/select_user_with_sort
2026-06-22 02:38:18 +00:00
new_new_new b9eb8cd99f !47 refactor(flow): 统一管理部门ID和角色ID至 OrgConfig
* refactor(flow): 统一管理部门ID和角色ID至 OrgConfig
2026-06-18 02:19:26 +00:00
new_new_newandGitee 2f0bd10971 !45 fix(system): 选人组件查询增加 ORDER BY 排序
Merge pull request !45 from new_new_new/fix/order_by
2026-06-17 02:34:38 +00:00
new_new_newandGitee f5f9e32d66 !44 fix(system): 修复选人组件 GROUP BY 不兼容问题
Merge pull request !44 from new_new_new/fix/select_group_by
2026-06-16 03:19:44 +00:00
new_new_newandGitee 6e23e6b7b0 !41 test(inspectcloseout): 新增销号模块单元测试
Merge pull request !41 from new_new_new/test/inspect_close
2026-06-12 01:09:15 +00:00
new_new_new 3ce0c520cd !40 feat(inspectcloseout): 新增党群部门流程表达式方法
* feat(inspectcloseout): 新增党群部门流程表达式方法
2026-06-11 07:50:37 +00:00
new_new_new 59bd76a250 !39 Merge branch 'master' into feature/20260610
* Merge branch 'master' into feature/20260610
* fix(dqinspecttask): updateMain 子表数据仅在显式传入时才变更
* chore(system): 删除 xiSpeakFlow Bean 调试打印语句
* test(inspectimprove): 新增 inspectimprove 流程模块单元测试
2026-06-10 08:30:47 +00:00
new_new_new 15191eef4b !38 feat(inspectimprove): 新增获取党群领导流程表达式方法
* feat(inspectimprove): 新增获取党群领导流程表达式方法
* feat(inspectimprove): 新增领导审批判断及审批用户流程表达式方法
2026-06-09 09:22:34 +00:00
new_new_new 16c0342dcd !36 feat(inspectcloseout): 新增 getJWSJUser 纪委书记用户查询方法,完善空值与多用户校验
* feat(inspectcloseout): 新增 getJWSJUser 纪委书记用户查询方法,完善空值与多用户校验
* feat(inspectcloseout): 新增 InspectCloseoutConstant 常量文件,补全 InspectClose…
* fix(inspectimprove): 修复 getMeasureResLeader 方法体为正确返回措施责任领导,新增 AfterMea…
* fix(dqinspecttask): DqInspectProgress 逻辑删除字段 delFlag 添加默认值 0
2026-06-09 00:25:44 +00:00
new_new_newandGitee fc69f25260 !34 Merge branch 'master' into dev
Merge pull request !34 from new_new_new/dev
2026-06-05 09:25:46 +00:00
new_new_new 21aa457996 !33 fix(supervision): 实际完成时间日期格式由日期时间改为仅日期
* fix(supervision): 实际完成时间日期格式由日期时间改为仅日期
* refactor(flow): 分管所领导字段重命名为 chargeLeaderId 并在分页VO中补充字典映射
* fix(flow): 统一所有流程表达式日志格式并重构 getSDWSJ 增加唯一性校验
* fix(flow): 统一流程表达式日志前缀并补充 businessKey 便于排查
* feat(flow): 新增分管所领导字段及流程变量读取方法
* refactor(flow): 监听器组件名添加 Inspect 前缀统一命名
* refactor(flow): 提取 LeaderApproveHelper 消除领导审批监听器重复代码
* refactor(flow): 将部门领导审批监听器调整为党群领导,新增 DQ_DEPT_LEADER_KEY 常量
* feat(flow): 新增部门领导审批通过后写入流程变量监听器
2026-06-05 09:19:44 +00:00
new_new_new 335890b699 !32 fix(flow): 修复配置前缀错误导致 props 为 null 及流程变量获取失败
* fix(flow): 修复配置前缀错误导致 props 为 null 及流程变量获取失败
* fix(flow): 修复 inspectImproveProps 字段初始化 NPE 问题
* feat(flow): 新增巡视整改流程党群领导审批表达式方法
* feat(dqinspecttask): 新增工作进展反馈子表独立Controller接口
2026-06-04 12:25:18 +00:00
new_new_new 0bc279957f !31 feat(flow): 新增巡视整改和巡视整改销号流程模块
* feat(flow): 新增巡视整改和巡视整改销号流程模块
* feat(flow): 新增巡视整改和巡视整改销号流程 YAML 配置
* chore: 添加 localDocs 到 gitignore 并移除已跟踪的 docs 文件
2026-06-03 09:22:12 +00:00
new_new_new 198a657f17 !30 feat(xispeak): 撤回流程时同步删除抄送记录
* feat(xispeak): 撤回流程时同步删除抄送记录
* feat(tasktask): 周期性任务改为按年月日匹配当天需发起的任务
2026-06-02 09:04:38 +00:00
new_new_new fe677b5181 !29 feat(xispeak): 为领导userId字段添加字典配置,Excel导出时显示真实姓名
* feat(xispeak): 为领导userId字段添加字典配置,Excel导出时显示真实姓名
2026-06-01 08:49:41 +00:00
new_new_newandGitee 4373cb75a9 !28 feat(xispeak): 部门审批信息改为持久化到业务表单JSON,不再依赖流程引擎变量
Merge pull request !28 from new_new_new/feature/20260527
2026-05-27 12:30:20 +00:00
new_new_newandGitee d01725bf7b !27 chore: add .claude directory to gitignore
Merge pull request !27 from new_new_new/fix/gitignore
2026-05-26 10:53:41 +00:00
new_new_newandGitee a8e8a322e7 !26 巡视整改台账表单
Merge pull request !26 from new_new_new/inspection
2026-05-26 07:53:49 +00:00
new_new_newandGitee 12ae3b7c14 !25 feat(xispeak): 删除流程时同步逻辑删除关联的审批意见表记录
Merge pull request !25 from new_new_new/feature/20260525
2026-05-26 06:22:40 +00:00
new_new_newandGitee 2b532c721f !24 Merge branch 'master' into feature/20260519
Merge pull request !24 from new_new_new/feature/20260519
2026-05-22 08:53:41 +00:00
new_new_newandGitee 4c1c4ec50c !22 wsm-xispeak-收集后反馈流程
Merge pull request !22 from new_new_new/feature/20260515
2026-05-15 08:42:51 +00:00
new_new_newandGitee e2e3b913d8 !21 wsm-修改xispeak督办计划流程
Merge pull request !21 from new_new_new/feature/wsm-xispeak-second-process
2026-05-13 13:10:39 +00:00
new_new_newandGitee 9d8bb8c676 !20 wsm-修改xispeak督办计划流程
Merge pull request !20 from new_new_new/feature/xispeak-first-process
2026-05-12 07:35:46 +00:00
new_new_newandGitee 0f36e71ca3 !19 wsm-添加适配会签任务内再次会签的变量获取方法
Merge pull request !19 from new_new_new/feature/different-level-get-veriable
2026-05-07 02:38:25 +00:00
new_new_newandGitee 82281a5467 Merge branch 'master' of gitee.com:sz_30/supervison-java into feature/different-level-get-veriable
Signed-off-by: new_new_new <8454518+new-twice@user.noreply.gitee.com>
2026-05-07 02:38:09 +00:00
new_new_newandGitee d53bdebe5a !18 加载配置文件
Merge pull request !18 from new_new_new/feature/20260506-xispeak
2026-05-06 08:50:12 +00:00
new_new_newandGitee cedc98ee4b !17 修改监听器,对于子流程内的会签向上两级寻找执行实例id
Merge pull request !17 from new_new_new/feature/20260506-xispeak
2026-05-06 08:39:37 +00:00