zss
2024-08-06 e60938e6bf6edf5da6dd7f9f6cc831fdcf27a69f
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 concat('%',dl.id,'%')
        left join department_lims dl on FIND_IN_SET(dl.id, depart_lims_id)
        where 1=1
        <if test="month!=null and month!=''">
            and e.month=#{month}