Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-qc-change-system
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡园园
yanxuan-qc-change-system
Commits
6bc29f47
Commit
6bc29f47
authored
Dec 28, 2022
by
“zcwang”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 邮件发送邮箱错误
parent
79f526a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
ChangeFlowBiz.java
...om/netease/mail/yanxuan/change/biz/biz/ChangeFlowBiz.java
+1
-7
No files found.
yanxuan-qc-change-system-biz/src/main/java/com/netease/mail/yanxuan/change/biz/biz/ChangeFlowBiz.java
View file @
6bc29f47
...
...
@@ -423,7 +423,7 @@ public class ChangeFlowBiz {
iEmailService
.
sendEmail
(
receiver
,
ccList
,
param
,
emailTemplateEnum
,
subjectParam
);
}
catch
(
Exception
e
)
{
log
.
error
(
"[op:qcSendEmail] error,receiver:{},
subjectParam:{}, e:{}"
,
receiver
,
subjectParam
,
log
.
error
(
"[op:qcSendEmail] error,receiver:{},
ccList:{}, subjectParam:{}, e:{}"
,
receiver
,
ccList
,
subjectParam
,
e
);
}
}
...
...
@@ -743,9 +743,6 @@ public class ChangeFlowBiz {
list
.
add
(
appConfig
.
getChangeCommittee
());
userEmailList
.
add
(
changeRecord
.
getChangeCommander
());
userEmailList
.
add
(
appConfig
.
getChangeManageQM
());
if
(
changeRecord
.
getCreateSource
().
equals
(
CreateSourceEnum
.
TONG_ZHOU
.
getType
()))
{
userEmailList
.
add
(
changeRecord
.
getCreateSupplier
());
}
qcSendEmail
(
userEmailList
,
list
,
finishSubjectParam
,
EmailTemplateEnum
.
YX_QC_CHANGE_FINISH
,
finishPartMap
);
// 如果是供应商,再次发送供应商邮件
...
...
@@ -805,9 +802,6 @@ public class ChangeFlowBiz {
departmentInfoList
.
add
(
appConfig
.
getChangeCommittee
());
userEmails
.
add
(
changeRecord
.
getChangeCommander
());
userEmails
.
add
(
appConfig
.
getChangeManageQM
());
if
(
changeRecord
.
getCreateSource
().
equals
(
CreateSourceEnum
.
TONG_ZHOU
.
getType
()))
{
userEmails
.
add
(
changeRecord
.
getCreateSupplier
());
}
qcSendEmail
(
userEmails
,
departmentInfoList
,
cancelFinishSubjectParam
,
EmailTemplateEnum
.
YX_QC_CHANGE_FINISH
,
cancelMap
);
// 如果是供应商,再次发送供应商邮件
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment