瀏覽代碼

add 考级报名缴费

周箭河 5 年之前
父節點
當前提交
10588f066b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/DegreeRegistrationMapper.xml

+ 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}