From 2f35c6ea3b79dec20f40ddb24e3a46afea3041c0 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 18 May 2021 18:55:43 +0800 Subject: [PATCH] modify --- src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml b/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml index dc1328b..63033e5 100644 --- a/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml +++ b/src/main/resources/mapper/platform/PlatformSymbolsCoinDao.xml @@ -15,5 +15,13 @@ a.id, a. NAME </select> + + <select id="selectOneBySymbol" resultType="com.xcong.excoin.modules.platform.entity.PlatformSymbolsCoinEntity"> + SELECT + * + FROM + platform_symbols_coin a + where a.name = #{symbol} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1