From 2b8c281b1f3a2cd3ee7a6089fc2e502c8da1e45c Mon Sep 17 00:00:00 2001 From: Kris <2893855659@qq.com> Date: Fri, 13 Jun 2025 11:51:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90feat=E3=80=91=20=E4=BC=98=E5=8C=96Tasl?= =?UTF-8?q?=E8=A1=A8=E5=92=8CEvent=E8=A1=A8=E5=88=9B=E5=BB=BAwhoId?= =?UTF-8?q?=E5=92=8CwhatId=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/celnet/datadump/service/impl/CommonServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/celnet/datadump/service/impl/CommonServiceImpl.java b/src/main/java/com/celnet/datadump/service/impl/CommonServiceImpl.java index 4c9b5e6..d26feb4 100644 --- a/src/main/java/com/celnet/datadump/service/impl/CommonServiceImpl.java +++ b/src/main/java/com/celnet/datadump/service/impl/CommonServiceImpl.java @@ -923,12 +923,12 @@ public class CommonServiceImpl implements CommonService { Map LinkedMap = Maps.newHashMap(); LinkedMap.put("type", "varchar(18)"); LinkedMap.put("comment", "whatTextId"); - LinkedMap.put("name", "what_text_id"); + LinkedMap.put("name", "WhatId_Text__c"); list.add(LinkedMap); Map LinkedMap1 = Maps.newHashMap(); LinkedMap1.put("type", "varchar(18)"); LinkedMap1.put("comment", "whoTextId"); - LinkedMap1.put("name", "who_text_id"); + LinkedMap1.put("name", "WhoId_Text__c"); list.add(LinkedMap1); }