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