Browse Source

add 考级报名缴费

周箭河 5 years ago
parent
commit
f900cf654c

+ 4 - 4
mec-biz/src/main/resources/config/mybatis/DegreeRegistrationMapper.xml

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