“djh”
2025-07-23 75309a59a676fb70f91dd01b05d93c7704a3836f
multi-system/src/main/resources/mapper/system/InternalAuditPersonMapper.xml
@@ -26,6 +26,6 @@
        <if test="companyId!=null and companyId!=''">
            and iap.company_id = #{companyId}
        </if>
        ORDER BY create_time ASC
        ORDER BY iap.create_time ASC
    </select>
</mapper>