anderx лет назад: 2
Родитель
Сommit
59446801a7
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/main/java/com/goafanti/common/mapper/DepartmentMapper.xml

+ 0 - 2
src/main/java/com/goafanti/common/mapper/DepartmentMapper.xml

@@ -254,9 +254,7 @@
       <if test="totalAmount != null">
         total_amount = #{totalAmount,jdbcType=DECIMAL},
       </if>
-      <if test="retrialFinanceId != null">
         retrial_finance_id = #{retrialFinanceId,jdbcType=VARCHAR},
-      </if>
     </set>
     where id = #{id,jdbcType=VARCHAR}
   </update>