forked from ddrilling/AsbCloudServer
fix SubsystemOperationTimeService.GetDepthIntervalSubsystem()
This commit is contained in:
parent
1451065ad9
commit
d2f6d468ab
@ -207,7 +207,7 @@ namespace AsbCloudInfrastructure.Services.Subsystems
|
|||||||
{
|
{
|
||||||
var depthIntervalSubsystem = 0d;
|
var depthIntervalSubsystem = 0d;
|
||||||
//AKB - MSE
|
//AKB - MSE
|
||||||
if (idSubsystem == IdSubsystemAKB | idSubsystem == IdSubsystemMSE)
|
if (idSubsystem == IdSubsystemAKB || idSubsystem == IdSubsystemMSE)
|
||||||
{
|
{
|
||||||
depthIntervalSubsystem = depthInterval.depthIntervalRotor + depthInterval.depthIntervalSlide;
|
depthIntervalSubsystem = depthInterval.depthIntervalRotor + depthInterval.depthIntervalSlide;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user