“djh”
4 days ago c26e227abe288476c11b0a8b7875045e71efa14c
multi-system/src/main/resources/mapper/system/ManagementReviewMapper.xml
@@ -8,6 +8,9 @@
        <if test="companyId != null">
            and company_id = #{companyId}
        </if>
        <if test="year != null and year !=''">
            and year = #{year}
        </if>
        order by create_time desc
    </select>
</mapper>