From 1b4f9e2b0d08b4ee5bcd5947bc33e0a27ad4d4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Tue, 5 Sep 2023 17:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UAT=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jero/modules/feishu/service/impl/FeishuServiceImpl.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java index ef6b1052b..5f2c5248a 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java @@ -1655,7 +1655,9 @@ public class FeishuServiceImpl implements IFeishuService { String viewBtnUrlCnPhone = (String) params.get("viewBtnUrlCnPhone"); String plannedBpLaunchBatch = (String) params.get("plannedBpLaunchBatch"); String appliedVehicleProject = (String) params.get("appliedVehicleProject"); - String initiator = (String) params.get("initiator"); + String initiator = (String) params.get("Initiator"); + String initiatorStrCn = (String) params.get("initiatorStrCn"); + String initiatorStrEn = (String) params.get("initiatorStrEn"); try { for (String userId : userIdList) { String thirdId = this.sysUserService.getUserThirdIdByUserId(userInfoList, userId); @@ -1673,6 +1675,8 @@ public class FeishuServiceImpl implements IFeishuService { templateVariableMap.put("plannedBpLaunchBatch", plannedBpLaunchBatch); templateVariableMap.put("appliedVehicleProject", appliedVehicleProject); templateVariableMap.put("Initiator", " " + initiator); + templateVariableMap.put("initiatorStrCn", initiatorStrCn); + templateVariableMap.put("initiatorStrEn", initiatorStrEn); larkMesJson.put("templateVariableMap", templateVariableMap); batchSendLarkCardMsgByTemplate2(larkMesJson);