#20230510 欣影管理平台装置信息查询代码

master
18616268358 2 years ago
parent edfe19c953
commit b2986e54e8

@ -36,6 +36,8 @@
<resultMap id="PhotoMarkMap" type="com.shxy.xymanager_common.dto.PhotoMarkDto">
<result column="id" jdbcType="INTEGER" property="markId"/>
<result column="term_id" jdbcType="INTEGER" property="termId"/>
<result column="channel_id" jdbcType="INTEGER" property="channelId"/>
<result column="width" jdbcType="INTEGER" property="width"/>
<result column="mark_id" jdbcType="INTEGER" property="markId"/>
<result column="height" jdbcType="INTEGER" property="height"/>
@ -463,6 +465,8 @@
<select id="selectPhotoMark" resultMap="PhotoMarkMap" parameterType="com.shxy.xymanager_common.vo.MarkReqVo">
select
tpm.term_id as term_id,
tpm.channel_id as channel_id,
tpm.id as id,
tpm.width as width,
tpm.height as height,
@ -487,6 +491,8 @@
<select id="selectPhotoWithoutPic" resultMap="PhotoMarkMap" parameterType="com.shxy.xymanager_common.vo.MarkReqVo">
select
tpm.term_id as term_id,
tpm.channel_id as channel_id,
tpm.id as id,
tpm.width as width,
tpm.height as height,

Loading…
Cancel
Save