Explorar el Código

//card

release_toaliyun_real
xhxu hace 3 años
padre
commit
a8bbe67612
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml Ver fichero

@@ -163,7 +163,7 @@
<if test=" null != remainingShareFeeAmount ">
`remaining_share_fee_amount` = remaining_share_fee_amount+#{remainingShareFeeAmount},
</if>
,update_date=now()
update_date=now()
where id=#{id} and tenant_id = #{tenantId}
and remaining_amount+#{remainingAmount} >= 0
</update>


Cargando…
Cancelar
Guardar