From 9f414763b93c06f3b84139c6ac0bbf303efbe935 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Thu, 31 Jul 2025 15:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=92=8C=E5=B1=80=E9=95=BF=E4=BF=A1=E7=AE=B1?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/biutag/lan/flow/node/DistributeFlow.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mailbox-lan/src/main/java/com/biutag/lan/flow/node/DistributeFlow.java b/mailbox-lan/src/main/java/com/biutag/lan/flow/node/DistributeFlow.java index 1fbe8c9..dd4fd0b 100644 --- a/mailbox-lan/src/main/java/com/biutag/lan/flow/node/DistributeFlow.java +++ b/mailbox-lan/src/main/java/com/biutag/lan/flow/node/DistributeFlow.java @@ -77,6 +77,8 @@ public class DistributeFlow extends Flow { if (AppConstants.CHANGSHA_DEPT_ID.equals(mainDeptId) && "prod".equals(active)) { MailApiV1Req mailApiV1Req = new MailApiV1Req(); BeanUtils.copyProperties(mail, mailApiV1Req); + mailApiV1Req.setInvolvedDeptId(null); + mailApiV1Req.setInvolvedDeptName(null); mailApiV1Req.setSource(MailSource.Source.TZXX.getValue()); if (StrUtil.isNotBlank(mail.getAttachments())) { JSONArray jsonArray = JSON.parseArray(mail.getAttachments());