liusuyi
2024-05-20 0ca308dba91ddbd3391285a2b566b0c958a164f2
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">