龚焕茏
2024-07-31 5a5c05be9c8fd3d7b5ce7185d885ad750644682e
ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -119,9 +119,10 @@
        SELECT
            tcs.dept_id,
            examine_category,
            AVG(score) AS score,
            ROUND(AVG(score), 2) AS score,
            #{startDate} AS startDate,
            #{endDate} AS endDate
            #{endDate} AS endDate,
            ANY_VALUE(tcs.create_time) AS createTime
        FROM
            t_check_score tcs
                LEFT JOIN sys_dept d ON tcs.dept_id = d.dept_id