forked from ddrilling/AsbCloudServer
SubsystemOperationTimeCalcWorkFactory.OperationTimeSpinAsync(...) fix condition.
This commit is contained in:
parent
de845c5ac5
commit
7252c68f72
@ -205,7 +205,7 @@ namespace AsbCloudInfrastructure.Services.Subsystems
|
||||
if (state == 7 && (mode & 2) > 0)
|
||||
return idSubsytemTorqueMaster;// демпфер
|
||||
|
||||
if (state != 0 & state != 5 & state != 6 & state != 7)
|
||||
if (state != 0 && state != 5 && state != 6 && state != 7)
|
||||
return idSubsytemSpinMaster;// осцилляция
|
||||
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user