aijinhui
2023-11-09 b5ae703a499b97fd83dd9a7b67a10a7b8157df5f
ard-work/src/main/resources/mapper/minio/StorageMinioEventMapper.xml
@@ -28,6 +28,7 @@
            <if test="eventType != null  and eventType != ''"> and event_type = #{eventType}</if>
            <if test="host != null  and host != ''"> and host = #{host}</if>
        </where>
        order by create_time desc
    </select>
    
    <select id="selectStorageMinioEventById" parameterType="String" resultMap="StorageMinioEventResult">