zhangjian
2023-06-05 0976d2d0f90cff460cedfdc8bd74e98c2c31a58c
视频巡检任务,步骤按相对相机位置顺时针方向转,北 东 南 西
已修改1个文件
4 ■■■ 文件已修改
ard-work/src/main/resources/mapper/inspect/ArdVideoInspectRecordMapper.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ard-work/src/main/resources/mapper/inspect/ArdVideoInspectRecordMapper.xml
@@ -36,9 +36,7 @@
            <if test="startTime != null  and startTime != ''">and start_time like ('${startTime}%')</if>
            <if test="stepId != null  and stepId != ''">and step_id = #{stepId}</if>
        </where>
        select r.*,s.well_id,w.well_id as well_name from ard_video_inspect_record r ,ard_video_inspect_task_step
        s,ard_alarmpoints_well w where start_time like ('${startTime}%') and r.step_id = s.id and s.well_id = w.id
        order by start_time desc
    </select>
    <!--按月份统计文件数量-->
    <select id="selectArdVideoInspectRecordCountByStartMonth" parameterType="String" resultType="java.util.HashMap">