@ -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">