zss
2024-07-22 c0fd46ed9c7ddf7a3ea4e6a972474e9a62c68a1a
performance-server/src/main/resources/mapper/EvaluateCompetentMapper.xml
@@ -27,7 +27,7 @@
        from evaluate_competent ec
        left join evaluate e on ec.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}