heheng
22 hours ago a3d63a4a7199d346e63039a8fd6490b12387fa4e
multi-system/src/main/resources/mapper/system/DocumentChangesInvalidatedMapper.xml
@@ -9,6 +9,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>