Browse Source

和局长信箱对接

厅长信箱
wxc 4 months ago
parent
commit
9f414763b9
  1. 2
      mailbox-lan/src/main/java/com/biutag/lan/flow/node/DistributeFlow.java

2
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());

Loading…
Cancel
Save