From a521198dfcb774ccb356c6cb6386067f6e4000f8 Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Thu, 6 Sep 2018 16:08:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=86=E8=B4=A6=E6=A8=A1=E5=BC=8F=E6=94=AF?= =?UTF-8?q?=E6=8C=81][=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxPayAccountMapper.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxPayAccountMapper.xml b/mallinkService/src/main/resources/mapper/WxPayAccountMapper.xml index 1651b82c4..eda1b2aa4 100644 --- a/mallinkService/src/main/resources/mapper/WxPayAccountMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxPayAccountMapper.xml @@ -8,11 +8,12 @@ - + + - `id`,`mch_id`,`parent_mch_id`,`api_key`,`notify_url`,`cert_path`,`type` + `id`,`mch_id`,`parent_mch_id`,`api_key`,`notify_url`,`cert_path`,`type`,`share` @@ -42,7 +43,10 @@ and `cert_path` like concat('%', #{certPath},'%') - and `type` like concat('%', #{type},'%') + and `type` = #{type} + + + and `share` = #{share} and id in