From f85d9c7d79f913a960f2687d6811daf2519d6f79 Mon Sep 17 00:00:00 2001
From: jsowell <123@jsowell.com>
Date: Fri, 5 Jun 2026 15:52:23 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E6=9F=A5=E8=AF=A2=E5=85=85=E7=94=B5?=
=?UTF-8?q?=E7=AB=99=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E7=AD=9B=E9=80=89?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/pile/PileStationInfoMapper.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml
index ce7ef0746..a18e68837 100644
--- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml
+++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml
@@ -674,6 +674,9 @@
AND t1.station_name LIKE CONCAT('%', #{dto.stationName,jdbcType=VARCHAR}, '%')
+
+ AND t1.merchant_id = #{dto.merchantId,jdbcType=VARCHAR}
+