multi-system/src/main/resources/mapper/system/InternalAuditCarryMapper.xml
@@ -52,6 +52,9 @@ <if test="companyId!=null and companyId!=''"> and iac.company_id = #{companyId} </if> <if test="year!=null and year!=''"> and iac.year = #{year} </if> ORDER BY iac.create_time ASC </select> <select id="selectCarryDeptList" resultType="com.gkhy.exam.system.domain.InternalAuditCarryDept">