|
|
@ -59,6 +59,24 @@
|
|
|
|
<result column="step_eleven_b" jdbcType="VARCHAR" property="stepElevenB" />
|
|
|
|
<result column="step_eleven_b" jdbcType="VARCHAR" property="stepElevenB" />
|
|
|
|
<result column="step_eleven_c" jdbcType="VARCHAR" property="stepElevenC" />
|
|
|
|
<result column="step_eleven_c" jdbcType="VARCHAR" property="stepElevenC" />
|
|
|
|
<result column="error_field" jdbcType="VARCHAR" property="errorField" />
|
|
|
|
<result column="error_field" jdbcType="VARCHAR" property="errorField" />
|
|
|
|
|
|
|
|
<result column="step_new" jdbcType="VARCHAR" property="stepNew" />
|
|
|
|
|
|
|
|
<result column="step_new_one" jdbcType="VARCHAR" property="stepNewOne" />
|
|
|
|
|
|
|
|
<result column="step_new_two" jdbcType="VARCHAR" property="stepNewTwo" />
|
|
|
|
|
|
|
|
<result column="step_new_three" jdbcType="VARCHAR" property="stepNewThree" />
|
|
|
|
|
|
|
|
<result column="step_new_five" jdbcType="VARCHAR" property="stepNewFive" />
|
|
|
|
|
|
|
|
<result column="step_new_six" jdbcType="VARCHAR" property="stepNewSix" />
|
|
|
|
|
|
|
|
<result column="step_new_nine" jdbcType="VARCHAR" property="stepNewNine" />
|
|
|
|
|
|
|
|
<result column="step_new_eight" jdbcType="VARCHAR" property="stepNewEight" />
|
|
|
|
|
|
|
|
<result column="step_new_ten" jdbcType="VARCHAR" property="stepNewTen" />
|
|
|
|
|
|
|
|
<result column="step_new_eleven" jdbcType="VARCHAR" property="stepNewEleven" />
|
|
|
|
|
|
|
|
<result column="step_new_shier" jdbcType="VARCHAR" property="stepNewShier" />
|
|
|
|
|
|
|
|
<result column="step_new_shisan" jdbcType="VARCHAR" property="stepNewShisan" />
|
|
|
|
|
|
|
|
<result column="step_new_shisi" jdbcType="VARCHAR" property="stepNewShisi" />
|
|
|
|
|
|
|
|
<result column="step_new_shiwu" jdbcType="VARCHAR" property="stepNewShiwu" />
|
|
|
|
|
|
|
|
<result column="step_new_shiliu" jdbcType="VARCHAR" property="stepNewShiliu" />
|
|
|
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.sztzjy.marketing.entity.StuMachineLearning">
|
|
|
|
|
|
|
|
<result column="active_user_analysis" jdbcType="LONGVARCHAR" property="activeUserAnalysis" />
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
<sql id="Example_Where_Clause">
|
|
|
|
<sql id="Example_Where_Clause">
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
@ -127,8 +145,30 @@
|
|
|
|
step_nine_c, success_number, user_id, sub_state, module, one_sub_state, two_sub_state,
|
|
|
|
step_nine_c, success_number, user_id, sub_state, module, one_sub_state, two_sub_state,
|
|
|
|
three_sub_state, four_sub_state, five_sub_state, six_sub_state, seven_sub_state,
|
|
|
|
three_sub_state, four_sub_state, five_sub_state, six_sub_state, seven_sub_state,
|
|
|
|
create_time, update_time, step_nine_d, step_ten_a, step_ten_b, step_ten_c, step_ten_d,
|
|
|
|
create_time, update_time, step_nine_d, step_ten_a, step_ten_b, step_ten_c, step_ten_d,
|
|
|
|
step_eleven_a, step_eleven_b, step_eleven_c, error_field
|
|
|
|
step_eleven_a, step_eleven_b, step_eleven_c, error_field, step_new, step_new_one,
|
|
|
|
|
|
|
|
step_new_two, step_new_three, step_new_five, step_new_six, step_new_nine, step_new_eight,
|
|
|
|
|
|
|
|
step_new_ten, step_new_eleven, step_new_shier, step_new_shisan, step_new_shisi, step_new_shiwu,
|
|
|
|
|
|
|
|
step_new_shiliu
|
|
|
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
<sql id="Blob_Column_List">
|
|
|
|
|
|
|
|
active_user_analysis
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
<select id="selectByExampleWithBLOBs" parameterType="com.sztzjy.marketing.entity.StuMachineLearningExample" resultMap="ResultMapWithBLOBs">
|
|
|
|
|
|
|
|
select
|
|
|
|
|
|
|
|
<if test="distinct">
|
|
|
|
|
|
|
|
distinct
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
|
|
|
|
,
|
|
|
|
|
|
|
|
<include refid="Blob_Column_List" />
|
|
|
|
|
|
|
|
from stu_machine_learning
|
|
|
|
|
|
|
|
<if test="_parameter != null">
|
|
|
|
|
|
|
|
<include refid="Example_Where_Clause" />
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="orderByClause != null">
|
|
|
|
|
|
|
|
order by ${orderByClause}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
<select id="selectByExample" parameterType="com.sztzjy.marketing.entity.StuMachineLearningExample" resultMap="BaseResultMap">
|
|
|
|
<select id="selectByExample" parameterType="com.sztzjy.marketing.entity.StuMachineLearningExample" resultMap="BaseResultMap">
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<if test="distinct">
|
|
|
|
<if test="distinct">
|
|
|
@ -143,9 +183,11 @@
|
|
|
|
order by ${orderByClause}
|
|
|
|
order by ${orderByClause}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="ResultMapWithBLOBs">
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
<include refid="Base_Column_List" />
|
|
|
|
|
|
|
|
,
|
|
|
|
|
|
|
|
<include refid="Blob_Column_List" />
|
|
|
|
from stu_machine_learning
|
|
|
|
from stu_machine_learning
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
@ -178,8 +220,13 @@
|
|
|
|
seven_sub_state, create_time, update_time,
|
|
|
|
seven_sub_state, create_time, update_time,
|
|
|
|
step_nine_d, step_ten_a, step_ten_b,
|
|
|
|
step_nine_d, step_ten_a, step_ten_b,
|
|
|
|
step_ten_c, step_ten_d, step_eleven_a,
|
|
|
|
step_ten_c, step_ten_d, step_eleven_a,
|
|
|
|
step_eleven_b, step_eleven_c, error_field
|
|
|
|
step_eleven_b, step_eleven_c, error_field,
|
|
|
|
)
|
|
|
|
step_new, step_new_one, step_new_two,
|
|
|
|
|
|
|
|
step_new_three, step_new_five, step_new_six,
|
|
|
|
|
|
|
|
step_new_nine, step_new_eight, step_new_ten,
|
|
|
|
|
|
|
|
step_new_eleven, step_new_shier, step_new_shisan,
|
|
|
|
|
|
|
|
step_new_shisi, step_new_shiwu, step_new_shiliu,
|
|
|
|
|
|
|
|
active_user_analysis)
|
|
|
|
values (#{id,jdbcType=INTEGER}, #{stepOneA,jdbcType=VARCHAR}, #{stepOneB,jdbcType=VARCHAR},
|
|
|
|
values (#{id,jdbcType=INTEGER}, #{stepOneA,jdbcType=VARCHAR}, #{stepOneB,jdbcType=VARCHAR},
|
|
|
|
#{stepOneC,jdbcType=VARCHAR}, #{stepOneD,jdbcType=VARCHAR}, #{stepTwoA,jdbcType=VARCHAR},
|
|
|
|
#{stepOneC,jdbcType=VARCHAR}, #{stepOneD,jdbcType=VARCHAR}, #{stepTwoA,jdbcType=VARCHAR},
|
|
|
|
#{stepTwoB,jdbcType=VARCHAR}, #{stepTwoC,jdbcType=VARCHAR}, #{stepThreeA,jdbcType=VARCHAR},
|
|
|
|
#{stepTwoB,jdbcType=VARCHAR}, #{stepTwoC,jdbcType=VARCHAR}, #{stepThreeA,jdbcType=VARCHAR},
|
|
|
@ -198,8 +245,13 @@
|
|
|
|
#{sevenSubState,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP},
|
|
|
|
#{sevenSubState,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP},
|
|
|
|
#{stepNineD,jdbcType=VARCHAR}, #{stepTenA,jdbcType=VARCHAR}, #{stepTenB,jdbcType=VARCHAR},
|
|
|
|
#{stepNineD,jdbcType=VARCHAR}, #{stepTenA,jdbcType=VARCHAR}, #{stepTenB,jdbcType=VARCHAR},
|
|
|
|
#{stepTenC,jdbcType=VARCHAR}, #{stepTenD,jdbcType=VARCHAR}, #{stepElevenA,jdbcType=VARCHAR},
|
|
|
|
#{stepTenC,jdbcType=VARCHAR}, #{stepTenD,jdbcType=VARCHAR}, #{stepElevenA,jdbcType=VARCHAR},
|
|
|
|
#{stepElevenB,jdbcType=VARCHAR}, #{stepElevenC,jdbcType=VARCHAR}, #{errorField,jdbcType=VARCHAR}
|
|
|
|
#{stepElevenB,jdbcType=VARCHAR}, #{stepElevenC,jdbcType=VARCHAR}, #{errorField,jdbcType=VARCHAR},
|
|
|
|
)
|
|
|
|
#{stepNew,jdbcType=VARCHAR}, #{stepNewOne,jdbcType=VARCHAR}, #{stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{stepNewThree,jdbcType=VARCHAR}, #{stepNewFive,jdbcType=VARCHAR}, #{stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{stepNewNine,jdbcType=VARCHAR}, #{stepNewEight,jdbcType=VARCHAR}, #{stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{stepNewEleven,jdbcType=VARCHAR}, #{stepNewShier,jdbcType=VARCHAR}, #{stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{stepNewShisi,jdbcType=VARCHAR}, #{stepNewShiwu,jdbcType=VARCHAR}, #{stepNewShiliu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{activeUserAnalysis,jdbcType=LONGVARCHAR})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
<insert id="insertSelective" parameterType="com.sztzjy.marketing.entity.StuMachineLearning">
|
|
|
|
<insert id="insertSelective" parameterType="com.sztzjy.marketing.entity.StuMachineLearning">
|
|
|
|
insert into stu_machine_learning
|
|
|
|
insert into stu_machine_learning
|
|
|
@ -375,6 +427,54 @@
|
|
|
|
<if test="errorField != null">
|
|
|
|
<if test="errorField != null">
|
|
|
|
error_field,
|
|
|
|
error_field,
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNew != null">
|
|
|
|
|
|
|
|
step_new,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewOne != null">
|
|
|
|
|
|
|
|
step_new_one,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewTwo != null">
|
|
|
|
|
|
|
|
step_new_two,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewThree != null">
|
|
|
|
|
|
|
|
step_new_three,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewFive != null">
|
|
|
|
|
|
|
|
step_new_five,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewSix != null">
|
|
|
|
|
|
|
|
step_new_six,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewNine != null">
|
|
|
|
|
|
|
|
step_new_nine,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewEight != null">
|
|
|
|
|
|
|
|
step_new_eight,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewTen != null">
|
|
|
|
|
|
|
|
step_new_ten,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewEleven != null">
|
|
|
|
|
|
|
|
step_new_eleven,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShier != null">
|
|
|
|
|
|
|
|
step_new_shier,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShisan != null">
|
|
|
|
|
|
|
|
step_new_shisan,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShisi != null">
|
|
|
|
|
|
|
|
step_new_shisi,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShiwu != null">
|
|
|
|
|
|
|
|
step_new_shiwu,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShiliu != null">
|
|
|
|
|
|
|
|
step_new_shiliu,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="activeUserAnalysis != null">
|
|
|
|
|
|
|
|
active_user_analysis,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<if test="id != null">
|
|
|
|
<if test="id != null">
|
|
|
@ -548,6 +648,54 @@
|
|
|
|
<if test="errorField != null">
|
|
|
|
<if test="errorField != null">
|
|
|
|
#{errorField,jdbcType=VARCHAR},
|
|
|
|
#{errorField,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNew != null">
|
|
|
|
|
|
|
|
#{stepNew,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewOne != null">
|
|
|
|
|
|
|
|
#{stepNewOne,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewTwo != null">
|
|
|
|
|
|
|
|
#{stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewThree != null">
|
|
|
|
|
|
|
|
#{stepNewThree,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewFive != null">
|
|
|
|
|
|
|
|
#{stepNewFive,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewSix != null">
|
|
|
|
|
|
|
|
#{stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewNine != null">
|
|
|
|
|
|
|
|
#{stepNewNine,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewEight != null">
|
|
|
|
|
|
|
|
#{stepNewEight,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewTen != null">
|
|
|
|
|
|
|
|
#{stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewEleven != null">
|
|
|
|
|
|
|
|
#{stepNewEleven,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShier != null">
|
|
|
|
|
|
|
|
#{stepNewShier,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShisan != null">
|
|
|
|
|
|
|
|
#{stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShisi != null">
|
|
|
|
|
|
|
|
#{stepNewShisi,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShiwu != null">
|
|
|
|
|
|
|
|
#{stepNewShiwu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShiliu != null">
|
|
|
|
|
|
|
|
#{stepNewShiliu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="activeUserAnalysis != null">
|
|
|
|
|
|
|
|
#{activeUserAnalysis,jdbcType=LONGVARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
<select id="countByExample" parameterType="com.sztzjy.marketing.entity.StuMachineLearningExample" resultType="java.lang.Long">
|
|
|
|
<select id="countByExample" parameterType="com.sztzjy.marketing.entity.StuMachineLearningExample" resultType="java.lang.Long">
|
|
|
@ -730,11 +878,138 @@
|
|
|
|
<if test="record.errorField != null">
|
|
|
|
<if test="record.errorField != null">
|
|
|
|
error_field = #{record.errorField,jdbcType=VARCHAR},
|
|
|
|
error_field = #{record.errorField,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNew != null">
|
|
|
|
|
|
|
|
step_new = #{record.stepNew,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewOne != null">
|
|
|
|
|
|
|
|
step_new_one = #{record.stepNewOne,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewTwo != null">
|
|
|
|
|
|
|
|
step_new_two = #{record.stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewThree != null">
|
|
|
|
|
|
|
|
step_new_three = #{record.stepNewThree,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewFive != null">
|
|
|
|
|
|
|
|
step_new_five = #{record.stepNewFive,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewSix != null">
|
|
|
|
|
|
|
|
step_new_six = #{record.stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewNine != null">
|
|
|
|
|
|
|
|
step_new_nine = #{record.stepNewNine,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewEight != null">
|
|
|
|
|
|
|
|
step_new_eight = #{record.stepNewEight,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewTen != null">
|
|
|
|
|
|
|
|
step_new_ten = #{record.stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewEleven != null">
|
|
|
|
|
|
|
|
step_new_eleven = #{record.stepNewEleven,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewShier != null">
|
|
|
|
|
|
|
|
step_new_shier = #{record.stepNewShier,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewShisan != null">
|
|
|
|
|
|
|
|
step_new_shisan = #{record.stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewShisi != null">
|
|
|
|
|
|
|
|
step_new_shisi = #{record.stepNewShisi,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewShiwu != null">
|
|
|
|
|
|
|
|
step_new_shiwu = #{record.stepNewShiwu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.stepNewShiliu != null">
|
|
|
|
|
|
|
|
step_new_shiliu = #{record.stepNewShiliu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="record.activeUserAnalysis != null">
|
|
|
|
|
|
|
|
active_user_analysis = #{record.activeUserAnalysis,jdbcType=LONGVARCHAR},
|
|
|
|
|
|
|
|
</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" />
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
<update id="updateByExampleWithBLOBs" parameterType="map">
|
|
|
|
|
|
|
|
update stu_machine_learning
|
|
|
|
|
|
|
|
set id = #{record.id,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
step_one_a = #{record.stepOneA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_one_b = #{record.stepOneB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_one_c = #{record.stepOneC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_one_d = #{record.stepOneD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_two_a = #{record.stepTwoA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_two_b = #{record.stepTwoB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_two_c = #{record.stepTwoC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_a = #{record.stepThreeA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_b = #{record.stepThreeB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_c = #{record.stepThreeC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_d = #{record.stepThreeD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_a = #{record.stepFourA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_b = #{record.stepFourB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_c = #{record.stepFourC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_d = #{record.stepFourD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_a = #{record.stepFiveA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_b = #{record.stepFiveB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_c = #{record.stepFiveC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_d = #{record.stepFiveD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_a = #{record.stepSixA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_b = #{record.stepSixB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_c = #{record.stepSixC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_d = #{record.stepSixD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_a = #{record.stepSevenA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_b = #{record.stepSevenB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_c = #{record.stepSevenC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_d = #{record.stepSevenD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_a = #{record.stepEightA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_b = #{record.stepEightB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_c = #{record.stepEightC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_d = #{record.stepEightD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_nine_a = #{record.stepNineA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_nine_b = #{record.stepNineB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_nine_c = #{record.stepNineC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
success_number = #{record.successNumber,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
user_id = #{record.userId,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
sub_state = #{record.subState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
module = #{record.module,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
one_sub_state = #{record.oneSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
two_sub_state = #{record.twoSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
three_sub_state = #{record.threeSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
four_sub_state = #{record.fourSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
five_sub_state = #{record.fiveSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
six_sub_state = #{record.sixSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
seven_sub_state = #{record.sevenSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
step_nine_d = #{record.stepNineD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_a = #{record.stepTenA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_b = #{record.stepTenB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_c = #{record.stepTenC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_d = #{record.stepTenD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eleven_a = #{record.stepElevenA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eleven_b = #{record.stepElevenB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eleven_c = #{record.stepElevenC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
error_field = #{record.errorField,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new = #{record.stepNew,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_one = #{record.stepNewOne,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_two = #{record.stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_three = #{record.stepNewThree,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_five = #{record.stepNewFive,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_six = #{record.stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_nine = #{record.stepNewNine,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eight = #{record.stepNewEight,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_ten = #{record.stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eleven = #{record.stepNewEleven,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shier = #{record.stepNewShier,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisan = #{record.stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisi = #{record.stepNewShisi,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiwu = #{record.stepNewShiwu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiliu = #{record.stepNewShiliu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
active_user_analysis = #{record.activeUserAnalysis,jdbcType=LONGVARCHAR}
|
|
|
|
|
|
|
|
<if test="_parameter != null">
|
|
|
|
|
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
</update>
|
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
|
update stu_machine_learning
|
|
|
|
update stu_machine_learning
|
|
|
|
set id = #{record.id,jdbcType=INTEGER},
|
|
|
|
set id = #{record.id,jdbcType=INTEGER},
|
|
|
@ -793,7 +1068,22 @@
|
|
|
|
step_eleven_a = #{record.stepElevenA,jdbcType=VARCHAR},
|
|
|
|
step_eleven_a = #{record.stepElevenA,jdbcType=VARCHAR},
|
|
|
|
step_eleven_b = #{record.stepElevenB,jdbcType=VARCHAR},
|
|
|
|
step_eleven_b = #{record.stepElevenB,jdbcType=VARCHAR},
|
|
|
|
step_eleven_c = #{record.stepElevenC,jdbcType=VARCHAR},
|
|
|
|
step_eleven_c = #{record.stepElevenC,jdbcType=VARCHAR},
|
|
|
|
error_field = #{record.errorField,jdbcType=VARCHAR}
|
|
|
|
error_field = #{record.errorField,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new = #{record.stepNew,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_one = #{record.stepNewOne,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_two = #{record.stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_three = #{record.stepNewThree,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_five = #{record.stepNewFive,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_six = #{record.stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_nine = #{record.stepNewNine,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eight = #{record.stepNewEight,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_ten = #{record.stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eleven = #{record.stepNewEleven,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shier = #{record.stepNewShier,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisan = #{record.stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisi = #{record.stepNewShisi,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiwu = #{record.stepNewShiwu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiliu = #{record.stepNewShiliu,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>
|
|
|
@ -969,9 +1259,133 @@
|
|
|
|
<if test="errorField != null">
|
|
|
|
<if test="errorField != null">
|
|
|
|
error_field = #{errorField,jdbcType=VARCHAR},
|
|
|
|
error_field = #{errorField,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNew != null">
|
|
|
|
|
|
|
|
step_new = #{stepNew,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewOne != null">
|
|
|
|
|
|
|
|
step_new_one = #{stepNewOne,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewTwo != null">
|
|
|
|
|
|
|
|
step_new_two = #{stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewThree != null">
|
|
|
|
|
|
|
|
step_new_three = #{stepNewThree,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewFive != null">
|
|
|
|
|
|
|
|
step_new_five = #{stepNewFive,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewSix != null">
|
|
|
|
|
|
|
|
step_new_six = #{stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewNine != null">
|
|
|
|
|
|
|
|
step_new_nine = #{stepNewNine,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewEight != null">
|
|
|
|
|
|
|
|
step_new_eight = #{stepNewEight,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewTen != null">
|
|
|
|
|
|
|
|
step_new_ten = #{stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewEleven != null">
|
|
|
|
|
|
|
|
step_new_eleven = #{stepNewEleven,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShier != null">
|
|
|
|
|
|
|
|
step_new_shier = #{stepNewShier,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShisan != null">
|
|
|
|
|
|
|
|
step_new_shisan = #{stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShisi != null">
|
|
|
|
|
|
|
|
step_new_shisi = #{stepNewShisi,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShiwu != null">
|
|
|
|
|
|
|
|
step_new_shiwu = #{stepNewShiwu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="stepNewShiliu != null">
|
|
|
|
|
|
|
|
step_new_shiliu = #{stepNewShiliu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="activeUserAnalysis != null">
|
|
|
|
|
|
|
|
active_user_analysis = #{activeUserAnalysis,jdbcType=LONGVARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</set>
|
|
|
|
</set>
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.sztzjy.marketing.entity.StuMachineLearning">
|
|
|
|
|
|
|
|
update stu_machine_learning
|
|
|
|
|
|
|
|
set step_one_a = #{stepOneA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_one_b = #{stepOneB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_one_c = #{stepOneC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_one_d = #{stepOneD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_two_a = #{stepTwoA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_two_b = #{stepTwoB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_two_c = #{stepTwoC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_a = #{stepThreeA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_b = #{stepThreeB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_c = #{stepThreeC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_three_d = #{stepThreeD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_a = #{stepFourA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_b = #{stepFourB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_c = #{stepFourC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_four_d = #{stepFourD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_a = #{stepFiveA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_b = #{stepFiveB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_c = #{stepFiveC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_five_d = #{stepFiveD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_a = #{stepSixA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_b = #{stepSixB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_c = #{stepSixC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_six_d = #{stepSixD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_a = #{stepSevenA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_b = #{stepSevenB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_c = #{stepSevenC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_seven_d = #{stepSevenD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_a = #{stepEightA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_b = #{stepEightB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_c = #{stepEightC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eight_d = #{stepEightD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_nine_a = #{stepNineA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_nine_b = #{stepNineB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_nine_c = #{stepNineC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
success_number = #{successNumber,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
user_id = #{userId,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
sub_state = #{subState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
module = #{module,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
one_sub_state = #{oneSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
two_sub_state = #{twoSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
three_sub_state = #{threeSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
four_sub_state = #{fourSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
five_sub_state = #{fiveSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
six_sub_state = #{sixSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
seven_sub_state = #{sevenSubState,jdbcType=INTEGER},
|
|
|
|
|
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
update_time = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
|
|
|
|
|
step_nine_d = #{stepNineD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_a = #{stepTenA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_b = #{stepTenB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_c = #{stepTenC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_ten_d = #{stepTenD,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eleven_a = #{stepElevenA,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eleven_b = #{stepElevenB,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_eleven_c = #{stepElevenC,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
error_field = #{errorField,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new = #{stepNew,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_one = #{stepNewOne,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_two = #{stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_three = #{stepNewThree,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_five = #{stepNewFive,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_six = #{stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_nine = #{stepNewNine,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eight = #{stepNewEight,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_ten = #{stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eleven = #{stepNewEleven,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shier = #{stepNewShier,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisan = #{stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisi = #{stepNewShisi,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiwu = #{stepNewShiwu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiliu = #{stepNewShiliu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
active_user_analysis = #{activeUserAnalysis,jdbcType=LONGVARCHAR}
|
|
|
|
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
|
|
|
|
</update>
|
|
|
|
<update id="updateByPrimaryKey" parameterType="com.sztzjy.marketing.entity.StuMachineLearning">
|
|
|
|
<update id="updateByPrimaryKey" parameterType="com.sztzjy.marketing.entity.StuMachineLearning">
|
|
|
|
update stu_machine_learning
|
|
|
|
update stu_machine_learning
|
|
|
|
set step_one_a = #{stepOneA,jdbcType=VARCHAR},
|
|
|
|
set step_one_a = #{stepOneA,jdbcType=VARCHAR},
|
|
|
@ -1029,7 +1443,22 @@
|
|
|
|
step_eleven_a = #{stepElevenA,jdbcType=VARCHAR},
|
|
|
|
step_eleven_a = #{stepElevenA,jdbcType=VARCHAR},
|
|
|
|
step_eleven_b = #{stepElevenB,jdbcType=VARCHAR},
|
|
|
|
step_eleven_b = #{stepElevenB,jdbcType=VARCHAR},
|
|
|
|
step_eleven_c = #{stepElevenC,jdbcType=VARCHAR},
|
|
|
|
step_eleven_c = #{stepElevenC,jdbcType=VARCHAR},
|
|
|
|
error_field = #{errorField,jdbcType=VARCHAR}
|
|
|
|
error_field = #{errorField,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new = #{stepNew,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_one = #{stepNewOne,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_two = #{stepNewTwo,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_three = #{stepNewThree,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_five = #{stepNewFive,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_six = #{stepNewSix,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_nine = #{stepNewNine,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eight = #{stepNewEight,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_ten = #{stepNewTen,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_eleven = #{stepNewEleven,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shier = #{stepNewShier,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisan = #{stepNewShisan,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shisi = #{stepNewShisi,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiwu = #{stepNewShiwu,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
step_new_shiliu = #{stepNewShiliu,jdbcType=VARCHAR}
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|