| | |
| | | } |
| | | |
| | | for (LiftStaProtocol liftStaProtocol : liftThread.getLiftStaProtocols()) { |
| | | if (liftStaProtocol.getStaNo() == staNo) { |
| | | if (liftStaProtocol.getStaNo().equals(staNo)) { |
| | | return liftStaProtocol; |
| | | } |
| | | } |
| | |
| | | } |
| | | |
| | | for (LiftStaProtocol liftStaProtocol : liftThread.getLiftStaProtocols()) { |
| | | if (liftStaProtocol.getStaNo() == staNo) { |
| | | if (liftStaProtocol.getStaNo().equals(staNo)) { |
| | | return liftStaProtocol; |
| | | } |
| | | } |
| | |
| | | } |
| | | |
| | | for (LiftStaProtocol liftStaProtocol : liftThread.getLiftStaProtocols()) { |
| | | if (liftStaProtocol.getLev() == lev) { |
| | | if (liftStaProtocol.getLev().equals(lev)) { |
| | | return liftStaProtocol; |
| | | } |
| | | } |