|
@@ -56,8 +56,8 @@
|
|
values (#{sporadicId,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{gender,jdbcType=VARCHAR},
|
|
values (#{sporadicId,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{gender,jdbcType=VARCHAR},
|
|
#{idcard,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{school,jdbcType=VARCHAR},
|
|
#{idcard,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{school,jdbcType=VARCHAR},
|
|
#{subject,jdbcType=VARCHAR}, #{theoryLevel,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR},
|
|
#{subject,jdbcType=VARCHAR}, #{theoryLevel,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR},
|
|
- #{money,jdbcType=DECIMAL}, #{memo,jdbcType=VARCHAR}, #{createTime,jdbcType=DATE},
|
|
|
|
- #{updateTime,jdbcType=DATE}, #{status,jdbcType=TINYINT})
|
|
|
|
|
|
+ #{money,jdbcType=DECIMAL}, #{memo,jdbcType=VARCHAR}, #{createTime},
|
|
|
|
+ #{updateTime}, #{status,jdbcType=TINYINT})
|
|
</insert>
|
|
</insert>
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.DegreeRegistration">
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.DegreeRegistration">
|
|
<!--@mbg.generated-->
|
|
<!--@mbg.generated-->
|
|
@@ -97,10 +97,10 @@
|
|
memo_ = #{memo,jdbcType=VARCHAR},
|
|
memo_ = #{memo,jdbcType=VARCHAR},
|
|
</if>
|
|
</if>
|
|
<if test="createTime != null">
|
|
<if test="createTime != null">
|
|
- create_time_ = #{createTime,jdbcType=DATE},
|
|
|
|
|
|
+ create_time_ = #{createTime},
|
|
</if>
|
|
</if>
|
|
<if test="updateTime != null">
|
|
<if test="updateTime != null">
|
|
- update_time_ = #{updateTime,jdbcType=DATE},
|
|
|
|
|
|
+ update_time_ = #{updateTime},
|
|
</if>
|
|
</if>
|
|
<if test="status != null">
|
|
<if test="status != null">
|
|
status_ = #{status,jdbcType=INTEGER},
|
|
status_ = #{status,jdbcType=INTEGER},
|