From c5502a3c8fd0680f556d14b58eb4a26f96d49c80 Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Sun, 28 Aug 2022 20:33:04 +0800
Subject: [PATCH] Merge branch 'TFC' of http://120.27.238.55:7000/r/sys-dapp into TFC
---
src/main/resources/mapper/dapp/DappAgentReturnFlowDao.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappAgentReturnFlowDao.xml b/src/main/resources/mapper/dapp/DappAgentReturnFlowDao.xml
index 2c796bf..d657785 100644
--- a/src/main/resources/mapper/dapp/DappAgentReturnFlowDao.xml
+++ b/src/main/resources/mapper/dapp/DappAgentReturnFlowDao.xml
@@ -11,4 +11,9 @@
</if>
</select>
+ <update id="updateIsReturnByMemberId">
+ update dapp_agent_return_flow
+ set is_return=#{isReturn}
+ where member_id=#{memberId}
+ </update>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1