|
@@ -63,6 +63,9 @@ func OrderProtocolNotice() {
|
|
}
|
|
}
|
|
|
|
|
|
for _, dept_id := range deptArr {
|
|
for _, dept_id := range deptArr {
|
|
|
|
+ if dept_id == 26819 { //最顶级部门不通知
|
|
|
|
+ continue
|
|
|
|
+ }
|
|
for _, s := range jyutil.JyDepartmentManager.GetLeaderId(ctx, dept_id) {
|
|
for _, s := range jyutil.JyDepartmentManager.GetLeaderId(ctx, dept_id) {
|
|
mailMapping[s.Id] = s.UserMail
|
|
mailMapping[s.Id] = s.UserMail
|
|
leaderMapping[s.Id] = append(leaderMapping[s.Id], ¬iceRow)
|
|
leaderMapping[s.Id] = append(leaderMapping[s.Id], ¬iceRow)
|