You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zangch@mesnac.com 9d60b0cd78 feat(dms): 完善定时任务生成巡检和保养工单功能
- 新增countByPlanIdAndToday方法检查计划今日是否已生成工单
- 实现insertCompletedInspectInstance方法创建已完成巡检工单
- 实现insertCompletedMaintInstance方法创建已完成保养工单
- 添加selectDeviceIdsByRouteId和selectDeviceIdsByPlanId查询设备ID列表
- 更新巡检计划表结构增加cron_expression字段
- 重构定时任务使用Mapper替代JdbcTemplate提高性能
- 优化巡检计划下次执行时间计算支持cron表达式
- 修复序列名称前缀问题统一使用HAIWEI前缀
- 添加日志记录和异常处理增强系统稳定性
2 months ago
..
src/main feat(dms): 完善定时任务生成巡检和保养工单功能 2 months ago
BASE_DEVICELEDGER.sql docs(report): 更新看板API文档中的数据源和业务逻辑 2 months ago
DMS_SEQUENCES.sql refactor(database): 更新序列同步脚本以使用主键最大值对齐 2 months ago
DmsBillsFaultInstance_重构方案.md feat(dms): 重构移动端设备管理和维修流程 2 months ago
pom.xml feat(dms):新增dms 5 months ago