|
|
@@ -48,7 +48,7 @@ public class SendSaleForecastmailServiceImpl implements SendSaleForecastmailServ
|
|
|
}
|
|
|
message.append("</table><p><font color=\"red\">如有疑问请联系系统维护人员,谢谢!</font></p><p><font color=\"red\">日期:"+ DateUtil.format(new Date(),"yyyy-MM-dd")+"</font></p>");
|
|
|
// sendMailService.sendSysMail("上周结案销售预测提醒("+emrs.getString("name")+")",message.toString(),emrs.getString("mail"),ccman.toString(),null);
|
|
|
- sendMailService.sendSysMail("上周结案销售预测提醒("+emrs.getString("name")+")",message.toString(),emrs.getString("mail"),"xiaolu.ding@hi-mantech.com;727300463@qq.com;jessezhou@hi-mantech.com",null);
|
|
|
+ sendMailService.sendSysMail("上周结案销售预测提醒("+emrs.getString("name")+")",message.toString(),emrs.getString("mail"),"jessezhou@hi-mantech.com",null);
|
|
|
}
|
|
|
|
|
|
// System.out.println(emrs.getString("mail"));
|
|
|
@@ -86,7 +86,7 @@ public class SendSaleForecastmailServiceImpl implements SendSaleForecastmailServ
|
|
|
}
|
|
|
message.append("</table><p><font color=\"red\">如有疑问请联系系统维护人员,谢谢!</font></p><p><font color=\"red\">日期:"+ DateUtil.format(new Date(),"yyyy-MM-dd")+"</font></p>");
|
|
|
// sendMailService.sendSysMail("上周结案销售预测提醒("+emrs.getString("name")+")",message.toString(),emrs.getString("mail"),ccman.toString(),null);
|
|
|
- sendMailService.sendSysMail("上周结案销售预测提醒("+emrs.getString("name")+")",message.toString(),emrs.getString("mail"),"xiaolu.ding@hi-mantech.com;727300463@qq.com;jessezhou@hi-mantech.com",null);
|
|
|
+ sendMailService.sendSysMail("上周结案销售预测提醒("+emrs.getString("name")+")",message.toString(),emrs.getString("mail"),"jessezhou@hi-mantech.com",null);
|
|
|
}
|
|
|
|
|
|
|