From a53a104bd5dff41869554f2dd443f2feb2e2faba Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Tue, 21 Oct 2025 17:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CCTJExportDatas/CCTJExportDataAppService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);