|
@@ -7,6 +7,7 @@ import com.diagbot.dto.DeptNumDTO;
|
|
|
import com.diagbot.dto.ExportExcelDTO;
|
|
|
import com.diagbot.dto.HomePageNumDTO;
|
|
|
import com.diagbot.dto.LevelStatisticsDTO;
|
|
|
+import com.diagbot.dto.LevelStatisticsTZDTO;
|
|
|
import com.diagbot.dto.MsgDTO;
|
|
|
import com.diagbot.dto.NumDTO;
|
|
|
import com.diagbot.dto.QcResultShortDTO;
|
|
@@ -243,25 +244,25 @@ public class BehospitalInfoServiceImpl extends ServiceImpl<BehospitalInfoMapper,
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 各科室缺陷占比(组合)-全院-根据内外科系统统计
|
|
|
+ * 各科室缺陷占比(组合)-全院-根据内外科系统统计(台州)
|
|
|
*
|
|
|
* @param filterOrderVO
|
|
|
* @return
|
|
|
*/
|
|
|
@Override
|
|
|
- public List<LevelStatisticsDTO> levelStatisticsByDeptClass(FilterOrderVO filterOrderVO) {
|
|
|
+ public List<LevelStatisticsTZDTO> levelStatisticsByDeptClass(FilterOrderVO filterOrderVO) {
|
|
|
return baseMapper.levelStatisticsByDeptClass(filterOrderVO);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 各科室缺陷占比(组合)-全院-根据内外科系统统计(上级科室允许为空)
|
|
|
+ * 各科室缺陷占比(组合)-全院-根据内外科系统统计(上级科室允许为空)(台州)
|
|
|
*
|
|
|
* @param filterOrderVO
|
|
|
* @return
|
|
|
*/
|
|
|
@Override
|
|
|
- public List<LevelStatisticsDTO> levelStatisticsByDeptClass2(FilterOrderVO filterOrderVO) {
|
|
|
- return baseMapper.levelStatisticsByDeptClass2(filterOrderVO);
|
|
|
+ public List<LevelStatisticsTZDTO> levelStatisticsByDeptClass_TZ(FilterOrderVO filterOrderVO) {
|
|
|
+ return baseMapper.levelStatisticsByDeptClass_TZ(filterOrderVO);
|
|
|
}
|
|
|
|
|
|
@Override
|