| | |
| | | using SqlSugar.Extensions; |
| | | using NPOI.OpenXmlFormats.Spreadsheet; |
| | | using CoreCms.Net.Auth.HttpContextUser; |
| | | using System.Collections.Generic; |
| | | |
| | | namespace CoreCms.Net.Web.Admin.Controllers |
| | | { |
| | |
| | | (job_EmploymentRecord.endDate.HasValue ? "-" + job_EmploymentRecord.endDate.Value.ToString("yyyy/MM") : ""); |
| | | } |
| | | |
| | | var tupian = new List<string>(); |
| | | if (!string.IsNullOrEmpty(model.iDPicture)) |
| | | { |
| | | tupian = model.iDPicture.Split(',').ToList(); |
| | | } |
| | | |
| | | |
| | | |
| | | jm.code = 0; |
| | | jm.data = new |
| | | { |
| | | model, |
| | | job_FamilyMembers, |
| | | job_EmploymentRecords |
| | | job_EmploymentRecords, |
| | | tupian |
| | | }; |
| | | |
| | | return jm; |
| | |
| | | job_EmploymentRecord.startDatetxt = (job_EmploymentRecord.startDate.HasValue? job_EmploymentRecord.startDate.Value.ToString("yyyy/MM"):"") + |
| | | (job_EmploymentRecord.endDate.HasValue ? "-"+ job_EmploymentRecord.endDate.Value.ToString("yyyy/MM") : ""); |
| | | } |
| | | |
| | | var tupian = new List<string>(); |
| | | if (!string.IsNullOrEmpty(model.iDPicture)) |
| | | { |
| | | tupian = model.iDPicture.Split(',').ToList(); |
| | | } |
| | | |
| | | jm.code = 0; |
| | | jm.data = new |
| | | { |
| | | model, |
| | | job_FamilyMembers, |
| | | job_EmploymentRecords |
| | | job_EmploymentRecords, |
| | | tupian |
| | | }; |
| | | |
| | | return jm; |