| | |
| | | <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 |