|
|
@ -5,6 +5,8 @@
|
|
|
|
<id column="stu_client_id" jdbcType="VARCHAR" property="stuClientId" />
|
|
|
|
<id column="stu_client_id" jdbcType="VARCHAR" property="stuClientId" />
|
|
|
|
<result column="caseid" jdbcType="VARCHAR" property="caseid" />
|
|
|
|
<result column="caseid" jdbcType="VARCHAR" property="caseid" />
|
|
|
|
<result column="userid" jdbcType="VARCHAR" property="userid" />
|
|
|
|
<result column="userid" jdbcType="VARCHAR" property="userid" />
|
|
|
|
|
|
|
|
<result column="source" jdbcType="VARCHAR" property="source" />
|
|
|
|
|
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
|
<result column="client_number" jdbcType="VARCHAR" property="clientNumber" />
|
|
|
|
<result column="client_number" jdbcType="VARCHAR" property="clientNumber" />
|
|
|
|
<result column="get_status" jdbcType="VARCHAR" property="getStatus" />
|
|
|
|
<result column="get_status" jdbcType="VARCHAR" property="getStatus" />
|
|
|
|
<result column="get_time" jdbcType="TIMESTAMP" property="getTime" />
|
|
|
|
<result column="get_time" jdbcType="TIMESTAMP" property="getTime" />
|
|
|
@ -82,9 +84,9 @@
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
stu_client_id, caseid, userid, client_number, get_status, get_time, name, namepy,
|
|
|
|
stu_client_id, caseid, userid, source, create_time, client_number, get_status, get_time,
|
|
|
|
age, year_income, idcard, phone_number, job, addr, telephone, email, job_place, manage_money_matters_type,
|
|
|
|
name, namepy, age, year_income, idcard, phone_number, job, addr, telephone, email,
|
|
|
|
submit_status, use_time
|
|
|
|
job_place, manage_money_matters_type, submit_status, use_time
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
<select id="selectByExample" parameterType="com.sztzjy.money_management.entity.SynthesisPlanClientExample" resultMap="BaseResultMap">
|
|
|
|
<select id="selectByExample" parameterType="com.sztzjy.money_management.entity.SynthesisPlanClientExample" resultMap="BaseResultMap">
|
|
|
|
select
|
|
|
|
select
|
|
|
@ -118,19 +120,21 @@
|
|
|
|
</delete>
|
|
|
|
</delete>
|
|
|
|
<insert id="insert" parameterType="com.sztzjy.money_management.entity.SynthesisPlanClient">
|
|
|
|
<insert id="insert" parameterType="com.sztzjy.money_management.entity.SynthesisPlanClient">
|
|
|
|
insert into synthesis_plan_client (stu_client_id, caseid, userid,
|
|
|
|
insert into synthesis_plan_client (stu_client_id, caseid, userid,
|
|
|
|
client_number, get_status, get_time,
|
|
|
|
source, create_time, client_number,
|
|
|
|
name, namepy, age,
|
|
|
|
get_status, get_time, name,
|
|
|
|
year_income, idcard, phone_number,
|
|
|
|
namepy, age, year_income,
|
|
|
|
job, addr, telephone,
|
|
|
|
idcard, phone_number, job,
|
|
|
|
email, job_place, manage_money_matters_type,
|
|
|
|
addr, telephone, email,
|
|
|
|
submit_status, use_time)
|
|
|
|
job_place, manage_money_matters_type, submit_status,
|
|
|
|
|
|
|
|
use_time)
|
|
|
|
values (#{stuClientId,jdbcType=VARCHAR}, #{caseid,jdbcType=VARCHAR}, #{userid,jdbcType=VARCHAR},
|
|
|
|
values (#{stuClientId,jdbcType=VARCHAR}, #{caseid,jdbcType=VARCHAR}, #{userid,jdbcType=VARCHAR},
|
|
|
|
#{clientNumber,jdbcType=VARCHAR}, #{getStatus,jdbcType=VARCHAR}, #{getTime,jdbcType=TIMESTAMP},
|
|
|
|
#{source,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{clientNumber,jdbcType=VARCHAR},
|
|
|
|
#{name,jdbcType=VARCHAR}, #{namepy,jdbcType=VARCHAR}, #{age,jdbcType=INTEGER},
|
|
|
|
#{getStatus,jdbcType=VARCHAR}, #{getTime,jdbcType=TIMESTAMP}, #{name,jdbcType=VARCHAR},
|
|
|
|
#{yearIncome,jdbcType=DECIMAL}, #{idcard,jdbcType=VARCHAR}, #{phoneNumber,jdbcType=VARCHAR},
|
|
|
|
#{namepy,jdbcType=VARCHAR}, #{age,jdbcType=INTEGER}, #{yearIncome,jdbcType=DECIMAL},
|
|
|
|
#{job,jdbcType=VARCHAR}, #{addr,jdbcType=VARCHAR}, #{telephone,jdbcType=VARCHAR},
|
|
|
|
#{idcard,jdbcType=VARCHAR}, #{phoneNumber,jdbcType=VARCHAR}, #{job,jdbcType=VARCHAR},
|
|
|
|
#{email,jdbcType=VARCHAR}, #{jobPlace,jdbcType=VARCHAR}, #{manageMoneyMattersType,jdbcType=VARCHAR},
|
|
|
|
#{addr,jdbcType=VARCHAR}, #{telephone,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR},
|
|
|
|
#{submitStatus,jdbcType=CHAR}, #{useTime,jdbcType=DECIMAL})
|
|
|
|
#{jobPlace,jdbcType=VARCHAR}, #{manageMoneyMattersType,jdbcType=VARCHAR}, #{submitStatus,jdbcType=CHAR},
|
|
|
|
|
|
|
|
#{useTime,jdbcType=DECIMAL})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
<insert id="insertSelective" parameterType="com.sztzjy.money_management.entity.SynthesisPlanClient">
|
|
|
|
<insert id="insertSelective" parameterType="com.sztzjy.money_management.entity.SynthesisPlanClient">
|
|
|
|
insert into synthesis_plan_client
|
|
|
|
insert into synthesis_plan_client
|
|
|
@ -144,6 +148,12 @@
|
|
|
|
<if test="userid != null">
|
|
|
|
<if test="userid != null">
|
|
|
|
userid,
|
|
|
|
userid,
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="source != null">
|
|
|
|
|
|
|
|
source,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="createTime != null">
|
|
|
|
|
|
|
|
create_time,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="clientNumber != null">
|
|
|
|
<if test="clientNumber != null">
|
|
|
|
client_number,
|
|
|
|
client_number,
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -206,6 +216,12 @@
|
|
|
|
<if test="userid != null">
|
|
|
|
<if test="userid != null">
|
|
|
|
#{userid,jdbcType=VARCHAR},
|
|
|
|
#{userid,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="source != null">
|
|
|
|
|
|
|
|
#{source,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="createTime != null">
|
|
|
|
|
|
|
|
#{createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="clientNumber != null">
|
|
|
|
<if test="clientNumber != null">
|
|
|
|
#{clientNumber,jdbcType=VARCHAR},
|
|
|
|
#{clientNumber,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -277,6 +293,12 @@
|
|
|
|
<if test="record.userid != null">
|
|
|
|
<if test="record.userid != null">
|
|
|
|
userid = #{record.userid,jdbcType=VARCHAR},
|
|
|
|
userid = #{record.userid,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.source != null">
|
|
|
|
|
|
|
|
source = #{record.source,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.createTime != null">
|
|
|
|
|
|
|
|
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="record.clientNumber != null">
|
|
|
|
<if test="record.clientNumber != null">
|
|
|
|
client_number = #{record.clientNumber,jdbcType=VARCHAR},
|
|
|
|
client_number = #{record.clientNumber,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -338,6 +360,8 @@
|
|
|
|
set stu_client_id = #{record.stuClientId,jdbcType=VARCHAR},
|
|
|
|
set stu_client_id = #{record.stuClientId,jdbcType=VARCHAR},
|
|
|
|
caseid = #{record.caseid,jdbcType=VARCHAR},
|
|
|
|
caseid = #{record.caseid,jdbcType=VARCHAR},
|
|
|
|
userid = #{record.userid,jdbcType=VARCHAR},
|
|
|
|
userid = #{record.userid,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
source = #{record.source,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
|
client_number = #{record.clientNumber,jdbcType=VARCHAR},
|
|
|
|
client_number = #{record.clientNumber,jdbcType=VARCHAR},
|
|
|
|
get_status = #{record.getStatus,jdbcType=VARCHAR},
|
|
|
|
get_status = #{record.getStatus,jdbcType=VARCHAR},
|
|
|
|
get_time = #{record.getTime,jdbcType=TIMESTAMP},
|
|
|
|
get_time = #{record.getTime,jdbcType=TIMESTAMP},
|
|
|
@ -368,6 +392,12 @@
|
|
|
|
<if test="userid != null">
|
|
|
|
<if test="userid != null">
|
|
|
|
userid = #{userid,jdbcType=VARCHAR},
|
|
|
|
userid = #{userid,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="source != null">
|
|
|
|
|
|
|
|
source = #{source,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="createTime != null">
|
|
|
|
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
<if test="clientNumber != null">
|
|
|
|
<if test="clientNumber != null">
|
|
|
|
client_number = #{clientNumber,jdbcType=VARCHAR},
|
|
|
|
client_number = #{clientNumber,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -426,6 +456,8 @@
|
|
|
|
update synthesis_plan_client
|
|
|
|
update synthesis_plan_client
|
|
|
|
set caseid = #{caseid,jdbcType=VARCHAR},
|
|
|
|
set caseid = #{caseid,jdbcType=VARCHAR},
|
|
|
|
userid = #{userid,jdbcType=VARCHAR},
|
|
|
|
userid = #{userid,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
source = #{source,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
client_number = #{clientNumber,jdbcType=VARCHAR},
|
|
|
|
client_number = #{clientNumber,jdbcType=VARCHAR},
|
|
|
|
get_status = #{getStatus,jdbcType=VARCHAR},
|
|
|
|
get_status = #{getStatus,jdbcType=VARCHAR},
|
|
|
|
get_time = #{getTime,jdbcType=TIMESTAMP},
|
|
|
|
get_time = #{getTime,jdbcType=TIMESTAMP},
|
|
|
|