fuliqi
2024-12-02 316d54ecdc49ce1625b429f3d0bdca54af647e74
ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -207,7 +207,7 @@
    </select>
    <select id="dashboard" resultType="com.ycl.platform.domain.entity.CheckScore">
        select avg(s.score) as score,d.area as deptName from t_check_score s
        select score,d.area as deptName,s.examine_category from t_check_score s
        left join sys_dept d on s.dept_id = d.dept_id
        <where>
            s.create_time between #{startTime} and #{endTime}
@@ -221,7 +221,6 @@
                AND s.examine_tag = 2
            </if>
        </where>
        GROUP BY s.dept_id
        ORDER BY s.create_time DESC
    </select>