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