multi-system/src/main/resources/mapper/system/DocumentDestructionApplyMapper.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>