zss
2024-06-21 a3b6c33ffef0db2d67102edf2b56c78a1d2e551d
performance-server/src/main/resources/mapper/EvaluateGroupMapper.xml
@@ -25,7 +25,7 @@
        from evaluate_group eg
        left join evaluate e on eg.evaluate_id = e.id
        left join user u on e.user_id = u.id
        left join department_lims dl on depart_lims_id like  dl.id
        left join department_lims dl on depart_lims_id like concat('%',dl.id,'%')
        where 1=1
        <if test="month!=null and month!=''">
            and e.month=#{month}