“djh”
3 days ago c26e227abe288476c11b0a8b7875045e71efa14c
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">