吉安感知网项目-后端
rain
2026-01-21 8d5b8a8c1909be6cdca5228a01bdc017b85a4078
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/mapper/FwDeviceConfigMapper.xml
@@ -19,8 +19,24 @@
        <result column="is_deleted" property="isDeleted"/>
    </resultMap>
    <resultMap id="fwDeviceConfigVoResultMap" type="org.sxkj.fw.detection.vo.FwDeviceConfigVO">
        <result column="id" property="id"/>
        <result column="device_id" property="deviceId"/>
        <result column="config_version" property="configVersion"/>
        <result column="is_latest" property="isLatest"/>
        <result column="config_json" property="configJson"/>
        <result column="area_code" property="areaCode"/>
        <result column="create_user" property="createUser"/>
        <result column="create_dept" property="createDept"/>
        <result column="create_time" property="createTime"/>
        <result column="update_user" property="updateUser"/>
        <result column="update_time" property="updateTime"/>
        <result column="status" property="status"/>
        <result column="is_deleted" property="isDeleted"/>
    </resultMap>
    <select id="selectFwDeviceConfigPage" resultMap="fwDeviceConfigResultMap">
    <select id="selectFwDeviceConfigPage" resultMap="fwDeviceConfigVoResultMap">
        select * from ja_fw_device_config
        <where>
            is_deleted = 0