|
|
@ -14,6 +14,7 @@
|
|
|
|
<result column="photo_time" jdbcType="BIGINT" property="photoTime"/>
|
|
|
|
<result column="photo_time" jdbcType="BIGINT" property="photoTime"/>
|
|
|
|
<result column="recv_time" jdbcType="BIGINT" property="recvTime"/>
|
|
|
|
<result column="recv_time" jdbcType="BIGINT" property="recvTime"/>
|
|
|
|
<result column="path" jdbcType="VARCHAR" property="path"/>
|
|
|
|
<result column="path" jdbcType="VARCHAR" property="path"/>
|
|
|
|
|
|
|
|
<result column="thumb" jdbcType="VARCHAR" property="thumb"/>
|
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
|
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
@ -34,7 +35,7 @@
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
id, term_id, channel_id,orginal_id, media_type,preset_id, width, height, file_size, photo_time, recv_time,
|
|
|
|
id, term_id, channel_id,orginal_id, media_type,preset_id, width, height, file_size, photo_time, recv_time,
|
|
|
|
path, create_time
|
|
|
|
path, thumb,create_time
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
<select id="selectPhotoList" resultMap="BaseResultMap">
|
|
|
|
<select id="selectPhotoList" resultMap="BaseResultMap">
|
|
|
|
select
|
|
|
|
select
|
|
|
|