From 293ea024108616a9bcdf06cea4f647fdd620ccd0 Mon Sep 17 00:00:00 2001 From: rbw <2051606263@qq.com> Date: Thu, 21 Nov 2024 11:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E5=9C=BA=E6=B4=BB=E5=8A=A8=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/mapper_oracle/view/MarketingActivityMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm-common/src/main/resources/mapper/mapper_oracle/view/MarketingActivityMapper.xml b/crm-common/src/main/resources/mapper/mapper_oracle/view/MarketingActivityMapper.xml index e0f27c7..11431be 100644 --- a/crm-common/src/main/resources/mapper/mapper_oracle/view/MarketingActivityMapper.xml +++ b/crm-common/src/main/resources/mapper/mapper_oracle/view/MarketingActivityMapper.xml @@ -175,7 +175,7 @@ and a.dealers_id = #{dealersId} - and b.distributor_name = #{distributorName} + and b.client_name = #{distributorName} and a.staff_id = #{staffId}