|
|
@ -11,9 +11,18 @@
|
|
|
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
|
|
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
|
|
|
<result column="cmd" jdbcType="VARCHAR" property="cmd" />
|
|
|
|
<result column="cmd" jdbcType="VARCHAR" property="cmd" />
|
|
|
|
<result column="desc" jdbcType="VARCHAR" property="desc" />
|
|
|
|
<result column="desc" jdbcType="VARCHAR" property="desc" />
|
|
|
|
<result column="status" jdbcType="TINYINT" property="status" />
|
|
|
|
<result column="status" jdbcType="INTEGER" property="status" />
|
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
|
<result column="publish_time" jdbcType="TIMESTAMP" property="publishTime" />
|
|
|
|
<result column="publish_time" jdbcType="TIMESTAMP" property="publishTime" />
|
|
|
|
|
|
|
|
<result column="result" jdbcType="INTEGER" property="result" />
|
|
|
|
|
|
|
|
<result column="res_time" jdbcType="TIMESTAMP" property="resTime" />
|
|
|
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.shxy.xymanager_common.entity.MntnCmdHistory">
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
<result column="content" jdbcType="LONGVARCHAR" property="content" />
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
<sql id="Example_Where_Clause">
|
|
|
|
<sql id="Example_Where_Clause">
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
@ -86,8 +95,36 @@
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
id, term_id, `name`, cmd, `desc`, `status`, create_time, publish_time
|
|
|
|
id, term_id, `name`, cmd, `desc`, `status`, create_time, publish_time, `result`,
|
|
|
|
|
|
|
|
res_time
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
<sql id="Blob_Column_List">
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
content
|
|
|
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
<select id="selectByExampleWithBLOBs" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistoryExample" resultMap="ResultMapWithBLOBs">
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
select
|
|
|
|
|
|
|
|
<if test="distinct">
|
|
|
|
|
|
|
|
distinct
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
|
|
|
|
,
|
|
|
|
|
|
|
|
<include refid="Blob_Column_List" />
|
|
|
|
|
|
|
|
from mntn_cmd_history
|
|
|
|
|
|
|
|
<if test="_parameter != null">
|
|
|
|
|
|
|
|
<include refid="Example_Where_Clause" />
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="orderByClause != null">
|
|
|
|
|
|
|
|
order by ${orderByClause}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
<select id="selectByExample" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistoryExample" resultMap="BaseResultMap">
|
|
|
|
<select id="selectByExample" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistoryExample" resultMap="BaseResultMap">
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
@ -106,13 +143,15 @@
|
|
|
|
order by ${orderByClause}
|
|
|
|
order by ${orderByClause}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
|
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="ResultMapWithBLOBs">
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
|
|
|
|
,
|
|
|
|
|
|
|
|
<include refid="Blob_Column_List" />
|
|
|
|
from mntn_cmd_history
|
|
|
|
from mntn_cmd_history
|
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
@ -139,23 +178,28 @@
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
insert into mntn_cmd_history (id, term_id, `name`,
|
|
|
|
<selectKey keyProperty="id" order="AFTER" resultType="java.lang.Long">
|
|
|
|
cmd, `desc`, `status`,
|
|
|
|
SELECT LAST_INSERT_ID()
|
|
|
|
create_time, publish_time)
|
|
|
|
</selectKey>
|
|
|
|
values (#{id,jdbcType=BIGINT}, #{termId,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR},
|
|
|
|
insert into mntn_cmd_history (term_id, `name`, cmd,
|
|
|
|
#{cmd,jdbcType=VARCHAR}, #{desc,jdbcType=VARCHAR}, #{status,jdbcType=TINYINT},
|
|
|
|
`desc`, `status`, create_time,
|
|
|
|
#{createTime,jdbcType=TIMESTAMP}, #{publishTime,jdbcType=TIMESTAMP})
|
|
|
|
publish_time, `result`, res_time,
|
|
|
|
|
|
|
|
content)
|
|
|
|
|
|
|
|
values (#{termId,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{cmd,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{desc,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
#{publishTime,jdbcType=TIMESTAMP}, #{result,jdbcType=INTEGER}, #{resTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
#{content,jdbcType=LONGVARCHAR})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
<insert id="insertSelective" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistory">
|
|
|
|
<insert id="insertSelective" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistory">
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
|
|
|
|
<selectKey keyProperty="id" order="AFTER" resultType="java.lang.Long">
|
|
|
|
|
|
|
|
SELECT LAST_INSERT_ID()
|
|
|
|
|
|
|
|
</selectKey>
|
|
|
|
insert into mntn_cmd_history
|
|
|
|
insert into mntn_cmd_history
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
<if test="id != null">
|
|
|
|
|
|
|
|
id,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="termId != null">
|
|
|
|
<if test="termId != null">
|
|
|
|
term_id,
|
|
|
|
term_id,
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -177,11 +221,17 @@
|
|
|
|
<if test="publishTime != null">
|
|
|
|
<if test="publishTime != null">
|
|
|
|
publish_time,
|
|
|
|
publish_time,
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="result != null">
|
|
|
|
|
|
|
|
`result`,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="resTime != null">
|
|
|
|
|
|
|
|
res_time,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="content != null">
|
|
|
|
|
|
|
|
content,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<if test="id != null">
|
|
|
|
|
|
|
|
#{id,jdbcType=BIGINT},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="termId != null">
|
|
|
|
<if test="termId != null">
|
|
|
|
#{termId,jdbcType=INTEGER},
|
|
|
|
#{termId,jdbcType=INTEGER},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -195,7 +245,7 @@
|
|
|
|
#{desc,jdbcType=VARCHAR},
|
|
|
|
#{desc,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="status != null">
|
|
|
|
<if test="status != null">
|
|
|
|
#{status,jdbcType=TINYINT},
|
|
|
|
#{status,jdbcType=INTEGER},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="createTime != null">
|
|
|
|
<if test="createTime != null">
|
|
|
|
#{createTime,jdbcType=TIMESTAMP},
|
|
|
|
#{createTime,jdbcType=TIMESTAMP},
|
|
|
@ -203,6 +253,15 @@
|
|
|
|
<if test="publishTime != null">
|
|
|
|
<if test="publishTime != null">
|
|
|
|
#{publishTime,jdbcType=TIMESTAMP},
|
|
|
|
#{publishTime,jdbcType=TIMESTAMP},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="result != null">
|
|
|
|
|
|
|
|
#{result,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="resTime != null">
|
|
|
|
|
|
|
|
#{resTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="content != null">
|
|
|
|
|
|
|
|
#{content,jdbcType=LONGVARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
<select id="countByExample" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistoryExample" resultType="java.lang.Long">
|
|
|
|
<select id="countByExample" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistoryExample" resultType="java.lang.Long">
|
|
|
@ -238,7 +297,7 @@
|
|
|
|
`desc` = #{row.desc,jdbcType=VARCHAR},
|
|
|
|
`desc` = #{row.desc,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="row.status != null">
|
|
|
|
<if test="row.status != null">
|
|
|
|
`status` = #{row.status,jdbcType=TINYINT},
|
|
|
|
`status` = #{row.status,jdbcType=INTEGER},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="row.createTime != null">
|
|
|
|
<if test="row.createTime != null">
|
|
|
|
create_time = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
|
create_time = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
@ -246,11 +305,41 @@
|
|
|
|
<if test="row.publishTime != null">
|
|
|
|
<if test="row.publishTime != null">
|
|
|
|
publish_time = #{row.publishTime,jdbcType=TIMESTAMP},
|
|
|
|
publish_time = #{row.publishTime,jdbcType=TIMESTAMP},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="row.result != null">
|
|
|
|
|
|
|
|
`result` = #{row.result,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="row.resTime != null">
|
|
|
|
|
|
|
|
res_time = #{row.resTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="row.content != null">
|
|
|
|
|
|
|
|
content = #{row.content,jdbcType=LONGVARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</set>
|
|
|
|
</set>
|
|
|
|
<if test="example != null">
|
|
|
|
<if test="example != null">
|
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
<update id="updateByExampleWithBLOBs" parameterType="map">
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
update mntn_cmd_history
|
|
|
|
|
|
|
|
set id = #{row.id,jdbcType=BIGINT},
|
|
|
|
|
|
|
|
term_id = #{row.termId,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
`name` = #{row.name,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
cmd = #{row.cmd,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
`desc` = #{row.desc,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
`status` = #{row.status,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
create_time = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
publish_time = #{row.publishTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
`result` = #{row.result,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
res_time = #{row.resTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
content = #{row.content,jdbcType=LONGVARCHAR}
|
|
|
|
|
|
|
|
<if test="example != null">
|
|
|
|
|
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</update>
|
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
@ -262,9 +351,11 @@
|
|
|
|
`name` = #{row.name,jdbcType=VARCHAR},
|
|
|
|
`name` = #{row.name,jdbcType=VARCHAR},
|
|
|
|
cmd = #{row.cmd,jdbcType=VARCHAR},
|
|
|
|
cmd = #{row.cmd,jdbcType=VARCHAR},
|
|
|
|
`desc` = #{row.desc,jdbcType=VARCHAR},
|
|
|
|
`desc` = #{row.desc,jdbcType=VARCHAR},
|
|
|
|
`status` = #{row.status,jdbcType=TINYINT},
|
|
|
|
`status` = #{row.status,jdbcType=INTEGER},
|
|
|
|
create_time = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
|
create_time = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
|
publish_time = #{row.publishTime,jdbcType=TIMESTAMP}
|
|
|
|
publish_time = #{row.publishTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
`result` = #{row.result,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
res_time = #{row.resTime,jdbcType=TIMESTAMP}
|
|
|
|
<if test="example != null">
|
|
|
|
<if test="example != null">
|
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -289,7 +380,7 @@
|
|
|
|
`desc` = #{desc,jdbcType=VARCHAR},
|
|
|
|
`desc` = #{desc,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="status != null">
|
|
|
|
<if test="status != null">
|
|
|
|
`status` = #{status,jdbcType=TINYINT},
|
|
|
|
`status` = #{status,jdbcType=INTEGER},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="createTime != null">
|
|
|
|
<if test="createTime != null">
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
@ -297,9 +388,36 @@
|
|
|
|
<if test="publishTime != null">
|
|
|
|
<if test="publishTime != null">
|
|
|
|
publish_time = #{publishTime,jdbcType=TIMESTAMP},
|
|
|
|
publish_time = #{publishTime,jdbcType=TIMESTAMP},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="result != null">
|
|
|
|
|
|
|
|
`result` = #{result,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="resTime != null">
|
|
|
|
|
|
|
|
res_time = #{resTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="content != null">
|
|
|
|
|
|
|
|
content = #{content,jdbcType=LONGVARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</set>
|
|
|
|
</set>
|
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistory">
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
|
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
update mntn_cmd_history
|
|
|
|
|
|
|
|
set term_id = #{termId,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
`name` = #{name,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
cmd = #{cmd,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
`desc` = #{desc,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
`status` = #{status,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
publish_time = #{publishTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
`result` = #{result,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
res_time = #{resTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
content = #{content,jdbcType=LONGVARCHAR}
|
|
|
|
|
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
|
|
|
|
|
</update>
|
|
|
|
<update id="updateByPrimaryKey" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistory">
|
|
|
|
<update id="updateByPrimaryKey" parameterType="com.shxy.xymanager_common.entity.MntnCmdHistory">
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
WARNING - @mbg.generated
|
|
|
|
WARNING - @mbg.generated
|
|
|
@ -310,9 +428,11 @@
|
|
|
|
`name` = #{name,jdbcType=VARCHAR},
|
|
|
|
`name` = #{name,jdbcType=VARCHAR},
|
|
|
|
cmd = #{cmd,jdbcType=VARCHAR},
|
|
|
|
cmd = #{cmd,jdbcType=VARCHAR},
|
|
|
|
`desc` = #{desc,jdbcType=VARCHAR},
|
|
|
|
`desc` = #{desc,jdbcType=VARCHAR},
|
|
|
|
`status` = #{status,jdbcType=TINYINT},
|
|
|
|
`status` = #{status,jdbcType=INTEGER},
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
publish_time = #{publishTime,jdbcType=TIMESTAMP}
|
|
|
|
publish_time = #{publishTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
`result` = #{result,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
res_time = #{resTime,jdbcType=TIMESTAMP}
|
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|