소스 검색

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}