Browse Source

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

周箭河 5 năm trước cách đây
mục cha
commit
c3d44a2c94

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