|
@ -94,7 +94,7 @@ namespace WY.NewJit.EdiReceive.Services |
|
|
{ |
|
|
{ |
|
|
LastImportHostSN newObj = new LastImportHostSN(GuidGenerator.Create()); |
|
|
LastImportHostSN newObj = new LastImportHostSN(GuidGenerator.Create()); |
|
|
newObj.HostSN = maxHostSN; |
|
|
newObj.HostSN = maxHostSN; |
|
|
var insRet = await _lastImportHostSNRepository.InsertAsync(obj); |
|
|
var insRet = await _lastImportHostSNRepository.InsertAsync(newObj); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|