fuliqi
2024-10-16 44cd2d171062c9b07a0eb047cd0ac80d06188e8c
ycl-server/src/main/java/com/ycl/platform/service/ICheckScoreService.java
@@ -1,9 +1,11 @@
package com.ycl.platform.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ycl.platform.domain.dto.CheckResultExportDTO;
import com.ycl.platform.domain.dto.CheckScoreDTO;
import com.ycl.platform.domain.dto.CheckScoreIndexDTO;
import com.ycl.platform.domain.entity.CheckScore;
import com.ycl.platform.domain.query.DashboardQuery;
import com.ycl.platform.domain.vo.CheckScoreDetailVO;
import jakarta.servlet.http.HttpServletResponse;
@@ -13,7 +15,7 @@
/**
 * 考核积分明细Service接口
 *
 *
 * @author ruoyi
 * @date 2024-04-22
 */
@@ -21,7 +23,7 @@
{
    /**
     * 查询考核积分明细
     *
     *
     * @param
     * @return 考核积分明细
     */
@@ -29,7 +31,7 @@
    /**
     * 查询考核积分明细列表
     *
     *
     * @param checkScore 考核积分明细
     * @return 考核积分明细集合
     */
@@ -48,7 +50,7 @@
    List<CheckScore> page(CheckScore checkScore);
    void exportIndex(HttpServletResponse response,CheckScore checkScore) throws IOException;
    void exportIndex(HttpServletResponse response, CheckResultExportDTO exportDTO) throws IOException;
    /**
     * 首页考核预警
@@ -62,6 +64,8 @@
     * @return 核算
     */
    List<Map<String, Object>> calculate(String category);
    Map<String, Map<String, Object>> dashboard(DashboardQuery dashboardQuery);
//    /**
//     * 新增考核积分明细
//     *