From 2231110ae24f63689ec53e3758d43dbd7ec5506d Mon Sep 17 00:00:00 2001 From: fanzongzhe <285169773@qq.com> Date: Sun, 7 Apr 2024 10:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A2=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AF=BC=E5=87=BA=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CrmCustomerTempExportVo.java | 8 ++--- .../crmcustomertemp/CrmCustomerTempMapper.xml | 32 ++++++++++++++----- .../CrmCustomerTempService.java | 30 ++++++++--------- 3 files changed, 43 insertions(+), 27 deletions(-) diff --git a/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempExportVo.java b/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempExportVo.java index 530eb0d402..ab1ecc4663 100644 --- a/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempExportVo.java +++ b/anrui-crm/anrui-crm-api/src/main/java/com/yxt/anrui/crm/api/crmcustomertemp/CrmCustomerTempExportVo.java @@ -36,8 +36,8 @@ public class CrmCustomerTempExportVo { private String level; @ExportEntityMap(CnName = "提醒日期", EnName = "remind_day") private String remind_day; - @ExportEntityMap(CnName = "意向车型", EnName = "yxcounts") - private String yxcounts; - @ExportEntityMap(CnName = "跟进记录", EnName = "gjcounts") - private String gjcounts; +// @ExportEntityMap(CnName = "意向车型", EnName = "yxcounts") +// private String yxcounts; +// @ExportEntityMap(CnName = "跟进记录", EnName = "gjcounts") +// private String gjcounts; } 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 c8ef529172..b60c7bedaa 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 @@ -251,8 +251,10 @@