src/main/resources/mapper/otc/OtcEntrustOrderDao.xml
@@ -42,4 +42,10 @@ </if> </where> </select> <update id="updateRemainAmount"> update otc_entrust_order set remain_coin_amount = remain_coin_amount + ${amount} where id=#{id} </update> </mapper>