fix: 更新维修时间计算注释

master
zch 4 days ago
parent e2cef73e8f
commit 1240402c94

@ -27,7 +27,7 @@
<!-- 查询维修时间统计(平均响应时间、平均维修时间,全量历史) -->
<!-- 平均响应时间 = (REAL_BEGIN_TIME - APPLY_TIME) 的平均值,单位分钟 -->
<!-- 平均维修时间 = (REAL_END_TIME - REAL_BEGIN_TIME) 的平均值,单位小时 -->
<!-- 平均维修时间 = (REAL_END_TIME - ) 的平均值,单位小时 -->
<!-- 数据来源DMS_BILLS_FAULT_INSTANCE -->
<!-- BILLS_STATUS: 0=待维修, 1=维修中, 2=维修完成 -->
<select id="selectRepairTimeStatistics" resultType="java.util.HashMap">

Loading…
Cancel
Save