From 75f0bffc3d1aea9764406dc6be4b73f36c9ebb6c Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 19 May 2021 17:19:52 +0800 Subject: [PATCH] modify --- src/main/resources/mapper/otc/OtcEntrustOrderDao.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/otc/OtcEntrustOrderDao.xml b/src/main/resources/mapper/otc/OtcEntrustOrderDao.xml index 6686dce..a7a8c39 100644 --- a/src/main/resources/mapper/otc/OtcEntrustOrderDao.xml +++ b/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> \ No newline at end of file -- Gitblit v1.9.1