|
|
@@ -117,7 +117,7 @@
|
|
117
|
117
|
<select id="selectById" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
|
|
118
|
118
|
select mc.id, mc.org_id, mc.nvr_id, mc.name, mc.alias, mc.username, mc.password, mc.ip, mc.subnetmask, mc.gateway, mc.type,
|
|
119
|
119
|
mc.port, mc.factory, mc.live, mc.model_number, mc.serial_number, mc.installation_site, mc.installation_method,
|
|
120
|
|
- mc.Irradiated_area, mc.power_position, mc.remark, mc.channel_number, mc.isremove, mc.update_time, cs.storehouse_idmc,mc.camera_index_code
|
|
|
120
|
+ mc.Irradiated_area, mc.power_position, mc.remark, mc.channel_number, mc.isremove, mc.update_time, cs.storehouse_id,mc.camera_index_code
|
|
121
|
121
|
from monitor_camera mc
|
|
122
|
122
|
left join camera_storehouse cs on cs.camera_id = mc.id
|
|
123
|
123
|
where mc.id = #{id,jdbcType=INTEGER}
|