吉安感知网项目-后端
linwei
2026-07-08 f5ea859946f70d9d3a50c52fa2bf0c3e9939ba09
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdClueEventMapper.xml
@@ -116,6 +116,7 @@
        <if test="onlyMine != null and onlyMine == 1">
            and ce.dispose_user = #{userId}
        </if>
        order by ce.create_time desc
    </select>
    <select id="selectGdClueEventDetailById" resultMap="gdClueEventVoResultMap">
@@ -131,8 +132,6 @@
        ce.area_code,
        ce.event_num,
        ce.event_name,
        ce.attach_url,
        ce.shoot_time,
        ce.create_user,
        ce.create_dept,
        ce.create_time,