diff --git a/src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataAppService.cs b/src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataAppService.cs index b348a22..2eb14ac 100644 --- a/src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataAppService.cs +++ b/src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataAppService.cs @@ -1429,7 +1429,8 @@ namespace Shentun.Peis.CCTJExportDatas ForPregnantFlag = 'A', IsWebAppoint = 'N', MaritalStatusId = 'A', - Warn = "" + Warn = "", + IsOutsend = Convert.ToChar(string.IsNullOrWhiteSpace(row["outsend_flag"].ToString()) ? "N" : row["outsend_flag"].ToString()) }; await _asbitemRepository.InsertAsync(data);