Ver código fonte

财务审核修改

anderx 2 anos atrás
pai
commit
59446801a7

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