From 2fe365f7118b10095431ae2ba737a03b5cf3c87a Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Wed, 22 Mar 2023 15:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crm/biz/crmcustomertemp/CrmCustomerTempMapper.java | 5 ++--- .../anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.xml | 5 +++-- .../crm/biz/crmcustomertemp/CrmCustomerTempService.java | 6 +++++- .../saleOrderRetVeh/flowable/SubmitOrderRetVehDto.java | 4 +--- .../saleOrderRetVeh/AppBusSalesOrderRetVehService.java | 1 + 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.java b/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.java index 1f0859902b..3ee99685ee 100644 --- a/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.java +++ b/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.java @@ -1,6 +1,7 @@ package com.yxt.anrui.crm.biz.crmcustomertemp; import com.baomidou.mybatisplus.core.conditions.Wrapper; +import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.toolkit.Constants; @@ -53,8 +54,6 @@ public interface CrmCustomerTempMapper extends BaseMapper { * 手机端获取客户管理列表 * * @param page - * @param staffSid - * @param name * @return */ IPage getCustomerTempListByUserSid(IPage page, @Param(Constants.WRAPPER) Wrapper qw); @@ -118,7 +117,7 @@ public interface CrmCustomerTempMapper extends BaseMapper { CrmCustomerTempVo selByMobile(@Param("mobile") String mobile); - List selectCustomerList(@Param("orgSid") String orgSid, @Param("staffSid") String staffSid); + List selectCustomerList(@Param(Constants.WRAPPER) QueryWrapper qw); CrmCustomerTempVo selectNo(String customerNo); diff --git a/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.xml b/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.xml index 8c68636a41..9221799df6 100644 --- a/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.xml +++ b/anrui-crm/anrui-crm-biz/src/main/java/com/yxt/anrui/crm/biz/crmcustomertemp/CrmCustomerTempMapper.xml @@ -203,8 +203,9 @@