|
|
@ -35,7 +35,11 @@ namespace Shentun.Peis.Schedulers |
|
|
_isRunning = false; |
|
|
_isRunning = false; |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(thirdInterfaceDto.IsActive != 'Y') |
|
|
|
|
|
{ |
|
|
|
|
|
_isRunning = false; |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
var parmValue = thirdInterfaceDto.ParmValue; |
|
|
var parmValue = thirdInterfaceDto.ParmValue; |
|
|
if (!string.IsNullOrWhiteSpace(parmValue)) |
|
|
if (!string.IsNullOrWhiteSpace(parmValue)) |
|
|
{ |
|
|
{ |
|
|
|