“djh”
3 days ago c26e227abe288476c11b0a8b7875045e71efa14c
multi-system/src/main/resources/mapper/system/InternalAuditPlanMapper.xml
@@ -38,6 +38,9 @@
        <if test="companyId!=null and companyId!=''">
            and iap.company_id = #{companyId}
        </if>
        <if test="year!=null and year!=''">
            and iap.year = #{year}
        </if>
        ORDER BY create_time ASC
    </select>
</mapper>