|
@@ -5,7 +5,7 @@
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
|
<result column="uid" jdbcType="VARCHAR" property="uid" />
|
|
<result column="uid" jdbcType="VARCHAR" property="uid" />
|
|
@@ -14,107 +14,21 @@
|
|
|
<result column="take_aid" jdbcType="VARCHAR" property="takeAid" />
|
|
<result column="take_aid" jdbcType="VARCHAR" property="takeAid" />
|
|
|
<result column="type" jdbcType="INTEGER" property="type" />
|
|
<result column="type" jdbcType="INTEGER" property="type" />
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
|
|
+ <result column="remarks" jdbcType="VARCHAR" property="remarks" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
- <sql id="Example_Where_Clause">
|
|
|
|
|
- <!--
|
|
|
|
|
- WARNING - @mbg.generated
|
|
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
- -->
|
|
|
|
|
- <where>
|
|
|
|
|
- <foreach collection="oredCriteria" item="criteria" separator="or">
|
|
|
|
|
- <if test="criteria.valid">
|
|
|
|
|
- <trim prefix="(" prefixOverrides="and" suffix=")">
|
|
|
|
|
- <foreach collection="criteria.criteria" item="criterion">
|
|
|
|
|
- <choose>
|
|
|
|
|
- <when test="criterion.noValue">
|
|
|
|
|
- and ${criterion.condition}
|
|
|
|
|
- </when>
|
|
|
|
|
- <when test="criterion.singleValue">
|
|
|
|
|
- and ${criterion.condition} #{criterion.value}
|
|
|
|
|
- </when>
|
|
|
|
|
- <when test="criterion.betweenValue">
|
|
|
|
|
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
|
|
|
|
|
- </when>
|
|
|
|
|
- <when test="criterion.listValue">
|
|
|
|
|
- and ${criterion.condition}
|
|
|
|
|
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
|
|
- #{listItem}
|
|
|
|
|
- </foreach>
|
|
|
|
|
- </when>
|
|
|
|
|
- </choose>
|
|
|
|
|
- </foreach>
|
|
|
|
|
- </trim>
|
|
|
|
|
- </if>
|
|
|
|
|
- </foreach>
|
|
|
|
|
- </where>
|
|
|
|
|
- </sql>
|
|
|
|
|
- <sql id="Update_By_Example_Where_Clause">
|
|
|
|
|
- <!--
|
|
|
|
|
- WARNING - @mbg.generated
|
|
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
- -->
|
|
|
|
|
- <where>
|
|
|
|
|
- <foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
|
|
|
- <if test="criteria.valid">
|
|
|
|
|
- <trim prefix="(" prefixOverrides="and" suffix=")">
|
|
|
|
|
- <foreach collection="criteria.criteria" item="criterion">
|
|
|
|
|
- <choose>
|
|
|
|
|
- <when test="criterion.noValue">
|
|
|
|
|
- and ${criterion.condition}
|
|
|
|
|
- </when>
|
|
|
|
|
- <when test="criterion.singleValue">
|
|
|
|
|
- and ${criterion.condition} #{criterion.value}
|
|
|
|
|
- </when>
|
|
|
|
|
- <when test="criterion.betweenValue">
|
|
|
|
|
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
|
|
|
|
|
- </when>
|
|
|
|
|
- <when test="criterion.listValue">
|
|
|
|
|
- and ${criterion.condition}
|
|
|
|
|
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
|
|
- #{listItem}
|
|
|
|
|
- </foreach>
|
|
|
|
|
- </when>
|
|
|
|
|
- </choose>
|
|
|
|
|
- </foreach>
|
|
|
|
|
- </trim>
|
|
|
|
|
- </if>
|
|
|
|
|
- </foreach>
|
|
|
|
|
- </where>
|
|
|
|
|
- </sql>
|
|
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
- id, uid, aid, pid, take_aid, type, create_time
|
|
|
|
|
|
|
+ id, `uid`, aid, pid, take_aid, `type`, create_time, remarks
|
|
|
</sql>
|
|
</sql>
|
|
|
- <select id="selectByExample" parameterType="com.goafanti.common.model.UserTransferLogExample" resultMap="BaseResultMap">
|
|
|
|
|
- <!--
|
|
|
|
|
- WARNING - @mbg.generated
|
|
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
- -->
|
|
|
|
|
- select
|
|
|
|
|
- <if test="distinct">
|
|
|
|
|
- distinct
|
|
|
|
|
- </if>
|
|
|
|
|
- <include refid="Base_Column_List" />
|
|
|
|
|
- from user_transfer_log
|
|
|
|
|
- <if test="_parameter != null">
|
|
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="orderByClause != null">
|
|
|
|
|
- order by ${orderByClause}
|
|
|
|
|
- </if>
|
|
|
|
|
- </select>
|
|
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
<include refid="Base_Column_List" />
|
|
@@ -125,40 +39,29 @@
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
delete from user_transfer_log
|
|
delete from user_transfer_log
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
</delete>
|
|
|
- <delete id="deleteByExample" parameterType="com.goafanti.common.model.UserTransferLogExample">
|
|
|
|
|
- <!--
|
|
|
|
|
- WARNING - @mbg.generated
|
|
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
- -->
|
|
|
|
|
- delete from user_transfer_log
|
|
|
|
|
- <if test="_parameter != null">
|
|
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
|
|
- </if>
|
|
|
|
|
- </delete>
|
|
|
|
|
<insert id="insert" parameterType="com.goafanti.common.model.UserTransferLog">
|
|
<insert id="insert" parameterType="com.goafanti.common.model.UserTransferLog">
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
- insert into user_transfer_log (id, uid, aid,
|
|
|
|
|
- pid, take_aid, type,
|
|
|
|
|
- create_time)
|
|
|
|
|
|
|
+ insert into user_transfer_log (id, `uid`, aid,
|
|
|
|
|
+ pid, take_aid, `type`,
|
|
|
|
|
+ create_time, remarks)
|
|
|
values (#{id,jdbcType=INTEGER}, #{uid,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR},
|
|
values (#{id,jdbcType=INTEGER}, #{uid,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR},
|
|
|
#{pid,jdbcType=VARCHAR}, #{takeAid,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER},
|
|
#{pid,jdbcType=VARCHAR}, #{takeAid,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER},
|
|
|
- #{createTime,jdbcType=TIMESTAMP})
|
|
|
|
|
|
|
+ #{createTime,jdbcType=TIMESTAMP}, #{remarks,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.UserTransferLog">
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.UserTransferLog">
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
insert into user_transfer_log
|
|
insert into user_transfer_log
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
@@ -166,7 +69,7 @@
|
|
|
id,
|
|
id,
|
|
|
</if>
|
|
</if>
|
|
|
<if test="uid != null">
|
|
<if test="uid != null">
|
|
|
- uid,
|
|
|
|
|
|
|
+ `uid`,
|
|
|
</if>
|
|
</if>
|
|
|
<if test="aid != null">
|
|
<if test="aid != null">
|
|
|
aid,
|
|
aid,
|
|
@@ -178,11 +81,14 @@
|
|
|
take_aid,
|
|
take_aid,
|
|
|
</if>
|
|
</if>
|
|
|
<if test="type != null">
|
|
<if test="type != null">
|
|
|
- type,
|
|
|
|
|
|
|
+ `type`,
|
|
|
</if>
|
|
</if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
create_time,
|
|
create_time,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="remarks != null">
|
|
|
|
|
+ remarks,
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
<if test="id != null">
|
|
@@ -206,81 +112,21 @@
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
#{createTime,jdbcType=TIMESTAMP},
|
|
#{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="remarks != null">
|
|
|
|
|
+ #{remarks,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</insert>
|
|
</insert>
|
|
|
- <select id="countByExample" parameterType="com.goafanti.common.model.UserTransferLogExample" resultType="java.lang.Long">
|
|
|
|
|
- <!--
|
|
|
|
|
- WARNING - @mbg.generated
|
|
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
- -->
|
|
|
|
|
- select count(*) from user_transfer_log
|
|
|
|
|
- <if test="_parameter != null">
|
|
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
|
|
- </if>
|
|
|
|
|
- </select>
|
|
|
|
|
- <update id="updateByExampleSelective" parameterType="map">
|
|
|
|
|
- <!--
|
|
|
|
|
- WARNING - @mbg.generated
|
|
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
- -->
|
|
|
|
|
- update user_transfer_log
|
|
|
|
|
- <set>
|
|
|
|
|
- <if test="record.id != null">
|
|
|
|
|
- id = #{record.id,jdbcType=INTEGER},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="record.uid != null">
|
|
|
|
|
- uid = #{record.uid,jdbcType=VARCHAR},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="record.aid != null">
|
|
|
|
|
- aid = #{record.aid,jdbcType=VARCHAR},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="record.pid != null">
|
|
|
|
|
- pid = #{record.pid,jdbcType=VARCHAR},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="record.takeAid != null">
|
|
|
|
|
- take_aid = #{record.takeAid,jdbcType=VARCHAR},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="record.type != null">
|
|
|
|
|
- type = #{record.type,jdbcType=INTEGER},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="record.createTime != null">
|
|
|
|
|
- create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
- </if>
|
|
|
|
|
- </set>
|
|
|
|
|
- <if test="_parameter != null">
|
|
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
|
|
- </if>
|
|
|
|
|
- </update>
|
|
|
|
|
- <update id="updateByExample" parameterType="map">
|
|
|
|
|
- <!--
|
|
|
|
|
- WARNING - @mbg.generated
|
|
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
- -->
|
|
|
|
|
- update user_transfer_log
|
|
|
|
|
- set id = #{record.id,jdbcType=INTEGER},
|
|
|
|
|
- uid = #{record.uid,jdbcType=VARCHAR},
|
|
|
|
|
- aid = #{record.aid,jdbcType=VARCHAR},
|
|
|
|
|
- pid = #{record.pid,jdbcType=VARCHAR},
|
|
|
|
|
- take_aid = #{record.takeAid,jdbcType=VARCHAR},
|
|
|
|
|
- type = #{record.type,jdbcType=INTEGER},
|
|
|
|
|
- create_time = #{record.createTime,jdbcType=TIMESTAMP}
|
|
|
|
|
- <if test="_parameter != null">
|
|
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
|
|
- </if>
|
|
|
|
|
- </update>
|
|
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.goafanti.common.model.UserTransferLog">
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.goafanti.common.model.UserTransferLog">
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
update user_transfer_log
|
|
update user_transfer_log
|
|
|
<set>
|
|
<set>
|
|
|
<if test="uid != null">
|
|
<if test="uid != null">
|
|
|
- uid = #{uid,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ `uid` = #{uid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="aid != null">
|
|
<if test="aid != null">
|
|
|
aid = #{aid,jdbcType=VARCHAR},
|
|
aid = #{aid,jdbcType=VARCHAR},
|
|
@@ -292,11 +138,14 @@
|
|
|
take_aid = #{takeAid,jdbcType=VARCHAR},
|
|
take_aid = #{takeAid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="type != null">
|
|
<if test="type != null">
|
|
|
- type = #{type,jdbcType=INTEGER},
|
|
|
|
|
|
|
+ `type` = #{type,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="remarks != null">
|
|
|
|
|
+ remarks = #{remarks,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
</update>
|
|
@@ -304,20 +153,21 @@
|
|
|
<!--
|
|
<!--
|
|
|
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.
|
|
|
- This element was generated on Thu Apr 09 11:39:03 CST 2020.
|
|
|
|
|
|
|
+ This element was generated on Fri Apr 23 09:38:20 CST 2021.
|
|
|
-->
|
|
-->
|
|
|
update user_transfer_log
|
|
update user_transfer_log
|
|
|
- set uid = #{uid,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ set `uid` = #{uid,jdbcType=VARCHAR},
|
|
|
aid = #{aid,jdbcType=VARCHAR},
|
|
aid = #{aid,jdbcType=VARCHAR},
|
|
|
pid = #{pid,jdbcType=VARCHAR},
|
|
pid = #{pid,jdbcType=VARCHAR},
|
|
|
take_aid = #{takeAid,jdbcType=VARCHAR},
|
|
take_aid = #{takeAid,jdbcType=VARCHAR},
|
|
|
- type = #{type,jdbcType=INTEGER},
|
|
|
|
|
- create_time = #{createTime,jdbcType=TIMESTAMP}
|
|
|
|
|
|
|
+ `type` = #{type,jdbcType=INTEGER},
|
|
|
|
|
+ create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
+ remarks = #{remarks,jdbcType=VARCHAR}
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
</update>
|
|
|
<select id="selectByUidGetList" resultType="com.goafanti.customer.bo.transferListBo">
|
|
<select id="selectByUidGetList" resultType="com.goafanti.customer.bo.transferListBo">
|
|
|
select a.id,a.type,b.nickname userName,c.name usedAName,d.name newAName,e.bname Pname,
|
|
select a.id,a.type,b.nickname userName,c.name usedAName,d.name newAName,e.bname Pname,
|
|
|
- date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createDate
|
|
|
|
|
|
|
+ date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createDate,remarks
|
|
|
from user_transfer_log a left join user b on a.uid=b.id
|
|
from user_transfer_log a left join user b on a.uid=b.id
|
|
|
left join admin c on a.aid=c.id left join admin d on a.take_aid=d.id
|
|
left join admin c on a.aid=c.id left join admin d on a.take_aid=d.id
|
|
|
left join business_project e on a.pid=e.id
|
|
left join business_project e on a.pid=e.id
|
|
@@ -327,13 +177,13 @@
|
|
|
|
|
|
|
|
<insert id="insertList">
|
|
<insert id="insertList">
|
|
|
insert into user_transfer_log ( uid, aid,
|
|
insert into user_transfer_log ( uid, aid,
|
|
|
- pid, take_aid, type,
|
|
|
|
|
|
|
+ pid, take_aid, type, remarks,
|
|
|
create_time)
|
|
create_time)
|
|
|
values
|
|
values
|
|
|
- <foreach item="item" collection="list" separator="," index="">
|
|
|
|
|
|
|
+ <foreach collection="list" index="" item="item" separator=",">
|
|
|
( #{item.uid,jdbcType=VARCHAR}, #{item.aid,jdbcType=VARCHAR},
|
|
( #{item.uid,jdbcType=VARCHAR}, #{item.aid,jdbcType=VARCHAR},
|
|
|
#{item.pid,jdbcType=VARCHAR}, #{item.takeAid,jdbcType=VARCHAR}, #{item.type,jdbcType=INTEGER},
|
|
#{item.pid,jdbcType=VARCHAR}, #{item.takeAid,jdbcType=VARCHAR}, #{item.type,jdbcType=INTEGER},
|
|
|
- #{item.createTime,jdbcType=TIMESTAMP})
|
|
|
|
|
|
|
+ #{item.remarks},#{item.createTime,jdbcType=TIMESTAMP})
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
|
@@ -342,9 +192,9 @@
|
|
|
type,
|
|
type,
|
|
|
create_time)
|
|
create_time)
|
|
|
values
|
|
values
|
|
|
- <foreach item="item" collection="list" separator="," index="">
|
|
|
|
|
|
|
+ <foreach collection="list" index="" item="item" separator=",">
|
|
|
( #{item.uid,jdbcType=VARCHAR}, #{item.aid,jdbcType=VARCHAR},
|
|
( #{item.uid,jdbcType=VARCHAR}, #{item.aid,jdbcType=VARCHAR},
|
|
|
- 1,
|
|
|
|
|
|
|
+ 8,
|
|
|
#{item.createTime,jdbcType=TIMESTAMP})
|
|
#{item.createTime,jdbcType=TIMESTAMP})
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</insert>
|
|
</insert>
|