multi-system/src/main/resources/mapper/system/InternalAuditCheckMapper.xml
@@ -32,6 +32,9 @@ <if test="companyId!=null"> and iac.company_id = #{companyId} </if> <if test="year!=null and year!=''"> and iac.year = #{year} </if> GROUP BY iac.`id` ORDER BY iac.create_time DESC