Просмотр исходного кода

Merge branch 'master' into review-zjh

周箭河 5 лет назад
Родитель
Сommit
bc8cbfff76
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">
             <if test="sporadicId != null">
                 sporadic_id_ = #{sporadicId,jdbcType=INTEGER},
                 sporadic_id_ = #{sporadicId,jdbcType=INTEGER},
             </if>
             </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">
             <if test="name != null">
                 name_ = #{name,jdbcType=VARCHAR},
                 name_ = #{name,jdbcType=VARCHAR},
             </if>
             </if>