From 13ee3980ed30faa3cc5c8a25e5df5c91318df2ba Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Thu, 29 Feb 2024 09:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=B8=8A=E4=BC=A0=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=88=97=E8=A1=A8=E4=BB=A5=E4=BC=A0=E5=85=A5=E7=9C=81?= =?UTF-8?q?=E5=88=86=E4=B8=BA=E4=B8=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectsection/dao/mapper/ProjectSectionMapper.xml | 7 ++++--- .../service/impl/ProjectSectionServiceImpl.java | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml index 5119bbe..f154d43 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/dao/mapper/ProjectSectionMapper.xml @@ -265,10 +265,11 @@ where a.section_id = bs.id and bs.project_id = tp.id and tp.province = p.provinces_number - and ( - tp.app_manager_id = #{vo.appManagerId} + and + ( + tp.app_manager_id = #{vo.appManagerId} - or tp.province in + or tp.province in #{provinceCode} diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/service/impl/ProjectSectionServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/service/impl/ProjectSectionServiceImpl.java index 405ea9d..aa5783c 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/service/impl/ProjectSectionServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectsection/service/impl/ProjectSectionServiceImpl.java @@ -858,7 +858,7 @@ public class ProjectSectionServiceImpl extends BaseServiceImpl