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