|
|
@ -1429,7 +1429,8 @@ namespace Shentun.Peis.CCTJExportDatas |
|
|
ForPregnantFlag = 'A', |
|
|
ForPregnantFlag = 'A', |
|
|
IsWebAppoint = 'N', |
|
|
IsWebAppoint = 'N', |
|
|
MaritalStatusId = 'A', |
|
|
MaritalStatusId = 'A', |
|
|
Warn = "" |
|
|
|
|
|
|
|
|
Warn = "", |
|
|
|
|
|
IsOutsend = Convert.ToChar(string.IsNullOrWhiteSpace(row["outsend_flag"].ToString()) ? "N" : row["outsend_flag"].ToString()) |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
await _asbitemRepository.InsertAsync(data); |
|
|
await _asbitemRepository.InsertAsync(data); |
|
|
|