From 6f7b458d3426a161cbafef87a3d536e4491f56b7 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 02 Dec 2020 15:16: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