Browse Source

数据导入

master
wxd 2 weeks ago
parent
commit
a53a104bd5
  1. 3
      src/Shentun.Peis.Application/CCTJExportDatas/CCTJExportDataAppService.cs

3
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);

Loading…
Cancel
Save