From 9d3ab9b4ccd1bd6159af8743ee8df6f70a43b1d2 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 01 Dec 2021 10:50:34 +0800
Subject: [PATCH] 20211201 fish
---
src/main/resources/mapper/modules/CannonExchangeRatioMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/modules/CannonExchangeRatioMapper.xml b/src/main/resources/mapper/modules/CannonExchangeRatioMapper.xml
index c0152f9..89a8b1f 100644
--- a/src/main/resources/mapper/modules/CannonExchangeRatioMapper.xml
+++ b/src/main/resources/mapper/modules/CannonExchangeRatioMapper.xml
@@ -34,7 +34,7 @@
LEFT JOIN member d ON a.member_id = d.id
WHERE
b.wallet_code = 'USDT'
- AND c.wallet_code = 'XCT'
+ AND c.wallet_code = 'XCC'
</select>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1