소스 검색

update 订单列表,考级报名列表

周箭河 5 년 전
부모
커밋
c3d44a2c94
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      mec-biz/src/main/resources/config/mybatis/DegreeRegistrationMapper.xml

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

@@ -136,6 +136,12 @@
             <if test="sporadicId != null">
                 sporadic_id_ = #{sporadicId,jdbcType=INTEGER},
             </if>
+            <if test="orderNo != null">
+                order_no_ = #{orderNo,jdbcType=VARCHAR},
+            </if>
+            <if test="transNo != null">
+                trans_no_ = #{transNo,jdbcType=VARCHAR},
+            </if>
             <if test="name != null">
                 name_ = #{name,jdbcType=VARCHAR},
             </if>