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