heheng
yesterday a3d63a4a7199d346e63039a8fd6490b12387fa4e
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">