摘要: 1 private void GeneratePdf() 2 { 3 var pdfGeneratorFullPath = configuration.GetSection("Exe").GetSection("ExePath").Value;//获取exe目录 4 var pdfGenerator 阅读全文
posted @ 2022-05-18 13:41 进击的黑大帅 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 1 var resultArray = await _lisfreeSql.Select<CodeSex, DzCodeSex>() 2 .LeftJoin((a, b) => a.Code == b.SexCode) 3 .Where((a, b) => b.HospitalId == null 阅读全文
posted @ 2022-05-18 13:37 进击的黑大帅 阅读(231) 评论(0) 推荐(1) 编辑
摘要: 1、Excel帮助类 1 public static class ExcelHelper 2 { 3 public static DataTable ReadToDataTable(string strFileName) 4 { 5 IWorkbook workbook; 6 using (File 阅读全文
posted @ 2022-05-18 13:31 进击的黑大帅 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 1 public async Task Execute(IJobExecutionContext context) 2 { 3 var filePath = _configuration.GetSection("TempFolderPath").GetSection("Path").Value; 4 阅读全文
posted @ 2022-05-18 13:26 进击的黑大帅 阅读(99) 评论(0) 推荐(0) 编辑