Browse Source

导入结果

bjmzak
DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
6e01edba9b
  1. 6
      src/Shentun.Peis.HttpApi.Host/Schedulers/ThirdInterfaceWorkerBase.cs

6
src/Shentun.Peis.HttpApi.Host/Schedulers/ThirdInterfaceWorkerBase.cs

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

Loading…
Cancel
Save