吉安感知网项目-后端
linwei
2026-08-13 ef66d1e81feb1290f00abd433271f66468284e25
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdClueEventMapper.xml
@@ -73,6 +73,7 @@
        <result column="area_code" property="areaCode"/>
        <result column="event_num" property="eventNum"/>
        <result column="attach_url" property="attachUrl"/>
        <result column="thumbnail_url" property="thumbnailUrl"/>
    </resultMap>
    <resultMap id="gdClueEventCountVoResultMap" type="org.sxkj.gd.workorder.vo.GdClueEventCountVO">
@@ -118,6 +119,7 @@
            COALESCE(tr.attachment_type, ce.attachment_type) as attachment_type,
            ce.create_time as create_time,
            tr.shoot_time as shoot_time,
            tr.thumbnail_url as thumbnailUrl,
            COALESCE(bu.real_name, bu.name) as dispose_user_name,
            bd.dept_name as dispose_dept_name,
            ce.result_id,