|
@@ -5,23 +5,24 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
<id column="id" jdbcType="VARCHAR" property="id" />
|
|
|
<result column="aid" jdbcType="VARCHAR" property="aid" />
|
|
<result column="aid" jdbcType="VARCHAR" property="aid" />
|
|
|
<result column="customer_typ" jdbcType="VARCHAR" property="customerTyp" />
|
|
<result column="customer_typ" jdbcType="VARCHAR" property="customerTyp" />
|
|
|
- <result column="share_typ" jdbcType="TIMESTAMP" property="shareTyp" />
|
|
|
|
|
|
|
+ <result column="share_typ" jdbcType="INTEGER" property="shareTyp" />
|
|
|
<result column="agent_id" jdbcType="VARCHAR" property="agentId" />
|
|
<result column="agent_id" jdbcType="VARCHAR" property="agentId" />
|
|
|
<result column="company_intention" jdbcType="VARCHAR" property="companyIntention" />
|
|
<result column="company_intention" jdbcType="VARCHAR" property="companyIntention" />
|
|
|
- <result column="create_time" jdbcType="VARCHAR" property="createTime" />
|
|
|
|
|
|
|
+ <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
<result column="follow_situation" jdbcType="VARCHAR" property="followSituation" />
|
|
<result column="follow_situation" jdbcType="VARCHAR" property="followSituation" />
|
|
|
<result column="customer_statue" jdbcType="VARCHAR" property="customerStatue" />
|
|
<result column="customer_statue" jdbcType="VARCHAR" property="customerStatue" />
|
|
|
|
|
+ <result column="paid" jdbcType="VARCHAR" property="paid" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
<sql id="Example_Where_Clause">
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="oredCriteria" item="criteria" separator="or">
|
|
@@ -55,7 +56,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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
<where>
|
|
<where>
|
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
<foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
@@ -89,16 +90,16 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
id, aid, customer_typ, share_typ, agent_id, company_intention, create_time, follow_situation,
|
|
id, aid, customer_typ, share_typ, agent_id, company_intention, create_time, follow_situation,
|
|
|
- customer_statue
|
|
|
|
|
|
|
+ customer_statue, paid
|
|
|
</sql>
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.goafanti.common.model.CustomerExample" resultMap="BaseResultMap">
|
|
<select id="selectByExample" parameterType="com.goafanti.common.model.CustomerExample" 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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
@@ -117,7 +118,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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
select
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
<include refid="Base_Column_List" />
|
|
@@ -128,7 +129,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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
delete from customer
|
|
delete from customer
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
@@ -137,7 +138,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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
delete from customer
|
|
delete from customer
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -148,22 +149,22 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
insert into customer (id, aid, customer_typ,
|
|
insert into customer (id, aid, customer_typ,
|
|
|
share_typ, agent_id, company_intention,
|
|
share_typ, agent_id, company_intention,
|
|
|
- create_time, follow_situation, customer_statue
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ create_time, follow_situation, customer_statue,
|
|
|
|
|
+ paid)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR}, #{customerTyp,jdbcType=VARCHAR},
|
|
values (#{id,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR}, #{customerTyp,jdbcType=VARCHAR},
|
|
|
- #{shareTyp,jdbcType=TIMESTAMP}, #{agentId,jdbcType=VARCHAR}, #{companyIntention,jdbcType=VARCHAR},
|
|
|
|
|
- #{createTime,jdbcType=VARCHAR}, #{followSituation,jdbcType=VARCHAR}, #{customerStatue,jdbcType=VARCHAR}
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ #{shareTyp,jdbcType=INTEGER}, #{agentId,jdbcType=VARCHAR}, #{companyIntention,jdbcType=VARCHAR},
|
|
|
|
|
+ #{createTime,jdbcType=TIMESTAMP}, #{followSituation,jdbcType=VARCHAR}, #{customerStatue,jdbcType=VARCHAR},
|
|
|
|
|
+ #{paid,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
</insert>
|
|
|
- <insert id="insertCustomer" parameterType="com.goafanti.common.model.Customer">
|
|
|
|
|
|
|
+ <insert id="insertSelective" parameterType="com.goafanti.common.model.Customer">
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
insert into customer
|
|
insert into customer
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
@@ -194,6 +195,9 @@
|
|
|
<if test="customerStatue != null">
|
|
<if test="customerStatue != null">
|
|
|
customer_statue,
|
|
customer_statue,
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="paid != null">
|
|
|
|
|
+ paid,
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
<if test="id != null">
|
|
@@ -206,7 +210,7 @@
|
|
|
#{customerTyp,jdbcType=VARCHAR},
|
|
#{customerTyp,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="shareTyp != null">
|
|
<if test="shareTyp != null">
|
|
|
- #{shareTyp,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
+ #{shareTyp,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="agentId != null">
|
|
<if test="agentId != null">
|
|
|
#{agentId,jdbcType=VARCHAR},
|
|
#{agentId,jdbcType=VARCHAR},
|
|
@@ -215,7 +219,7 @@
|
|
|
#{companyIntention,jdbcType=VARCHAR},
|
|
#{companyIntention,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
- #{createTime,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ #{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="followSituation != null">
|
|
<if test="followSituation != null">
|
|
|
#{followSituation,jdbcType=VARCHAR},
|
|
#{followSituation,jdbcType=VARCHAR},
|
|
@@ -223,13 +227,16 @@
|
|
|
<if test="customerStatue != null">
|
|
<if test="customerStatue != null">
|
|
|
#{customerStatue,jdbcType=VARCHAR},
|
|
#{customerStatue,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="paid != null">
|
|
|
|
|
+ #{paid,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</insert>
|
|
</insert>
|
|
|
<select id="countByExample" parameterType="com.goafanti.common.model.CustomerExample" resultType="java.lang.Long">
|
|
<select id="countByExample" parameterType="com.goafanti.common.model.CustomerExample" resultType="java.lang.Long">
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
select count(*) from customer
|
|
select count(*) from customer
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
@@ -240,7 +247,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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
update customer
|
|
update customer
|
|
|
<set>
|
|
<set>
|
|
@@ -254,7 +261,7 @@
|
|
|
customer_typ = #{record.customerTyp,jdbcType=VARCHAR},
|
|
customer_typ = #{record.customerTyp,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="record.shareTyp != null">
|
|
<if test="record.shareTyp != null">
|
|
|
- share_typ = #{record.shareTyp,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
+ share_typ = #{record.shareTyp,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="record.agentId != null">
|
|
<if test="record.agentId != null">
|
|
|
agent_id = #{record.agentId,jdbcType=VARCHAR},
|
|
agent_id = #{record.agentId,jdbcType=VARCHAR},
|
|
@@ -263,7 +270,7 @@
|
|
|
company_intention = #{record.companyIntention,jdbcType=VARCHAR},
|
|
company_intention = #{record.companyIntention,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="record.createTime != null">
|
|
<if test="record.createTime != null">
|
|
|
- create_time = #{record.createTime,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="record.followSituation != null">
|
|
<if test="record.followSituation != null">
|
|
|
follow_situation = #{record.followSituation,jdbcType=VARCHAR},
|
|
follow_situation = #{record.followSituation,jdbcType=VARCHAR},
|
|
@@ -271,6 +278,9 @@
|
|
|
<if test="record.customerStatue != null">
|
|
<if test="record.customerStatue != null">
|
|
|
customer_statue = #{record.customerStatue,jdbcType=VARCHAR},
|
|
customer_statue = #{record.customerStatue,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="record.paid != null">
|
|
|
|
|
+ paid = #{record.paid,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
@@ -280,18 +290,19 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
update customer
|
|
update customer
|
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
set id = #{record.id,jdbcType=VARCHAR},
|
|
|
aid = #{record.aid,jdbcType=VARCHAR},
|
|
aid = #{record.aid,jdbcType=VARCHAR},
|
|
|
customer_typ = #{record.customerTyp,jdbcType=VARCHAR},
|
|
customer_typ = #{record.customerTyp,jdbcType=VARCHAR},
|
|
|
- share_typ = #{record.shareTyp,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
+ share_typ = #{record.shareTyp,jdbcType=INTEGER},
|
|
|
agent_id = #{record.agentId,jdbcType=VARCHAR},
|
|
agent_id = #{record.agentId,jdbcType=VARCHAR},
|
|
|
company_intention = #{record.companyIntention,jdbcType=VARCHAR},
|
|
company_intention = #{record.companyIntention,jdbcType=VARCHAR},
|
|
|
- create_time = #{record.createTime,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
follow_situation = #{record.followSituation,jdbcType=VARCHAR},
|
|
follow_situation = #{record.followSituation,jdbcType=VARCHAR},
|
|
|
- customer_statue = #{record.customerStatue,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ customer_statue = #{record.customerStatue,jdbcType=VARCHAR},
|
|
|
|
|
+ paid = #{record.paid,jdbcType=VARCHAR}
|
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
</if>
|
|
@@ -300,7 +311,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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
update customer
|
|
update customer
|
|
|
<set>
|
|
<set>
|
|
@@ -311,7 +322,7 @@
|
|
|
customer_typ = #{customerTyp,jdbcType=VARCHAR},
|
|
customer_typ = #{customerTyp,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="shareTyp != null">
|
|
<if test="shareTyp != null">
|
|
|
- share_typ = #{shareTyp,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
+ share_typ = #{shareTyp,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="agentId != null">
|
|
<if test="agentId != null">
|
|
|
agent_id = #{agentId,jdbcType=VARCHAR},
|
|
agent_id = #{agentId,jdbcType=VARCHAR},
|
|
@@ -320,7 +331,7 @@
|
|
|
company_intention = #{companyIntention,jdbcType=VARCHAR},
|
|
company_intention = #{companyIntention,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
|
- create_time = #{createTime,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="followSituation != null">
|
|
<if test="followSituation != null">
|
|
|
follow_situation = #{followSituation,jdbcType=VARCHAR},
|
|
follow_situation = #{followSituation,jdbcType=VARCHAR},
|
|
@@ -328,6 +339,9 @@
|
|
|
<if test="customerStatue != null">
|
|
<if test="customerStatue != null">
|
|
|
customer_statue = #{customerStatue,jdbcType=VARCHAR},
|
|
customer_statue = #{customerStatue,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="paid != null">
|
|
|
|
|
+ paid = #{paid,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
</update>
|
|
@@ -335,17 +349,18 @@
|
|
|
<!--
|
|
<!--
|
|
|
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 Wed Oct 11 11:00:02 CST 2017.
|
|
|
|
|
|
|
+ This element was generated on Wed Oct 11 15:40:31 CST 2017.
|
|
|
-->
|
|
-->
|
|
|
update customer
|
|
update customer
|
|
|
set aid = #{aid,jdbcType=VARCHAR},
|
|
set aid = #{aid,jdbcType=VARCHAR},
|
|
|
customer_typ = #{customerTyp,jdbcType=VARCHAR},
|
|
customer_typ = #{customerTyp,jdbcType=VARCHAR},
|
|
|
- share_typ = #{shareTyp,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
+ share_typ = #{shareTyp,jdbcType=INTEGER},
|
|
|
agent_id = #{agentId,jdbcType=VARCHAR},
|
|
agent_id = #{agentId,jdbcType=VARCHAR},
|
|
|
company_intention = #{companyIntention,jdbcType=VARCHAR},
|
|
company_intention = #{companyIntention,jdbcType=VARCHAR},
|
|
|
- create_time = #{createTime,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
follow_situation = #{followSituation,jdbcType=VARCHAR},
|
|
follow_situation = #{followSituation,jdbcType=VARCHAR},
|
|
|
- customer_statue = #{customerStatue,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ customer_statue = #{customerStatue,jdbcType=VARCHAR},
|
|
|
|
|
+ paid = #{paid,jdbcType=VARCHAR}
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
</update>
|
|
|
</mapper>
|
|
</mapper>
|