瀏覽代碼

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>