|
@@ -117,12 +117,12 @@
|
|
<insert id="insert" keyColumn="id_" keyProperty="id" parameterType="com.ym.mec.biz.dal.entity.DegreeRegistration"
|
|
<insert id="insert" keyColumn="id_" keyProperty="id" parameterType="com.ym.mec.biz.dal.entity.DegreeRegistration"
|
|
useGeneratedKeys="true">
|
|
useGeneratedKeys="true">
|
|
<!--@mbg.generated-->
|
|
<!--@mbg.generated-->
|
|
- insert into degree_registration (sporadic_id_, name_, gender_,
|
|
|
|
|
|
+ insert into degree_registration (sporadic_id_,order_no_, name_, gender_,
|
|
idcard_, city_, school_,
|
|
idcard_, city_, school_,
|
|
subject_,level_, theory_level_,theory_money_, theory_cert_,mobile_,
|
|
subject_,level_, theory_level_,theory_money_, theory_cert_,mobile_,
|
|
money_, memo_, create_time_,
|
|
money_, memo_, create_time_,
|
|
update_time_, status_)
|
|
update_time_, status_)
|
|
- values (#{sporadicId,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{gender,jdbcType=VARCHAR},
|
|
|
|
|
|
+ values (#{sporadicId,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR}, #{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},#{level,jdbcType=VARCHAR},
|
|
#{subject,jdbcType=VARCHAR},#{level,jdbcType=VARCHAR},
|
|
#{theoryLevel,jdbcType=VARCHAR},#{theoryMoney,jdbcType=DECIMAL},
|
|
#{theoryLevel,jdbcType=VARCHAR},#{theoryMoney,jdbcType=DECIMAL},
|