Bläddra i källkod

add 考级报名缴费

周箭河 5 år sedan
förälder
incheckning
10588f066b

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

@@ -103,7 +103,7 @@
         update_time_ = #{updateTime,jdbcType=DATE},
       </if>
       <if test="status != null">
-        status_ = #{status,jdbcType=TINYINT},
+        status_ = #{status,jdbcType=INTEGER},
       </if>
     </set>
     where id_ = #{id,jdbcType=INTEGER}