增加配置
parent
ed646d5cad
commit
a4710466e5
|
|
@ -70,7 +70,7 @@ namespace New_College.Controllers
|
|||
//return d_LongIdMapServices.UpdateUniveristyInf();
|
||||
// await d_LongIdMapServices.UpdatePlanScoreLine();
|
||||
|
||||
// await v_CustomerInfoServices.CustomeBillExport();
|
||||
await v_CustomerInfoServices.CustomeBillExport();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -739,8 +739,8 @@ namespace New_College.Services
|
|||
|
||||
string outputres = "Excel/" + outputPath;
|
||||
string outputurl = AliYunOssHelper.UploadFile(outputres, newpath);
|
||||
|
||||
await MailKitManagement.SendMessageAsync(new List<string>() { SHanDongTel.Mail }, new List<string>() { }, "六纬志愿技术团队", string.Format("文件下载地址:<a href='{0}'>上周用户数据</a></p>", outputurl), null, true);
|
||||
System.Threading.Thread.Sleep(1500);
|
||||
await MailKitManagement.SendMessageAsync(new List<string>() { SHanDongTel.Mail, "156663459@qq.com" }, new List<string>() { }, "六纬志愿技术团队", string.Format("文件下载地址:<a href='{0}'>上周用户数据</a></p>", outputurl), null, true);
|
||||
System.IO.File.Delete(newpath);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue