From b7d56a68d8f476ec411879bc9588f79e07cea560 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 02 Dec 2020 14:58:57 +0800 Subject: [PATCH] modify --- src/main/resources/mapper/member/WtWalletMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/member/WtWalletMapper.xml b/src/main/resources/mapper/member/WtWalletMapper.xml index 1e8a2a2..c59050a 100644 --- a/src/main/resources/mapper/member/WtWalletMapper.xml +++ b/src/main/resources/mapper/member/WtWalletMapper.xml @@ -130,6 +130,7 @@ address, mnemonic_words, wallet_name, + password, terminal_Id from wt_wallet where mnemonic_words=#{mnemonic_words} -- Gitblit v1.9.1