src/main/java/com/zy/asrs/mapper/ReportQueryMapper.java
@@ -1,5 +1,6 @@ package com.zy.asrs.mapper; import com.zy.asrs.domain.vo.LocChartPie; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Select; import org.springframework.stereotype.Repository; @@ -23,4 +24,7 @@ "order by Min(wm.io_time) asc\n") List<Map<String, Object>> queryPakinRep(); @Select("select * from asr_loc_use_view") LocChartPie getLocUseRate(); }