|
|
@ -54,7 +54,7 @@ namespace Shentun.Peis.PlugIns.Gem |
|
|
//}
|
|
|
//}
|
|
|
var apiResult = await CallInterfaceServiceAsync<ImportPacsResultInterfaceInput, |
|
|
var apiResult = await CallInterfaceServiceAsync<ImportPacsResultInterfaceInput, |
|
|
ImportPacsResultInterfaceOut>(interfaceInpu); |
|
|
ImportPacsResultInterfaceOut>(interfaceInpu); |
|
|
if (!apiResult.data.Any()) |
|
|
|
|
|
|
|
|
if (apiResult == null || !apiResult.data.Any()) |
|
|
{ |
|
|
{ |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
|