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
..
java/com/os/ems feat(ems): 添加备件库存预警功能并优化相关业务逻辑 3 weeks ago
resources/mapper/ems fix(ems): 修复 dailyfaultrecord 插入和更新时的处理时长计算问题 3 weeks ago