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.
zch 1424a07027 fix(ems): 修复 dailyfaultrecord 插入和更新时的处理时长计算问题
- 移除了插入语句中的 handling_duration 字段的空值判断
- 在插入和更新语句中增加了对故障发生时间和处理完成时间的判断
- 使用 CASE 语句计算处理时长,考虑了跨天的情况
- 保留了原有的 handlingDuration 字段值作为备用
3 weeks ago
..
src/main fix(ems): 修复 dailyfaultrecord 插入和更新时的处理时长计算问题 3 weeks ago
pom.xml build(os-ems): 添加 Lombok 依赖 2 months ago