@@ -158,7 +158,13 @@ public interface QcresultInfoMapper extends BaseMapper<QcresultInfo> {
* @return
*/
public IPage<EntryNumDTO> entryGroupByEntryInnerPage(@Param("filterPageVO") FilterPageVO filterPageVO);
-
+ /**
+ * 病历等级占比
+ *
+ * @param filterVO
+ * @return
+ */
+ List<LevelPercentDTO> levelPercentByDept(FilterVO filterVO);
/**
* 条目缺陷总数(内页)
*