| | |
| | | String sessionId = (String) LogInResult.get("sessionId"); |
| | | |
| | | String finalSyURL = syURL; |
| | | Thread passwordThread = new Thread(syURL){ |
| | | Thread passwordThread = new Thread(){ |
| | | @Override |
| | | public void run() { |
| | | List<ArdTankLock> ardTankLockResult = ardTankLockMapper.selectArdTankLockWithPassword(); |
| | |
| | | } |
| | | }; |
| | | //lockThread.start(); |
| | | PositionContainer.getCarLockProcessThreadMap().get(ardTankLock.getCarId()).get(ardTankLock.getLockNum()).put("lockPassword",lockThread); |
| | | if(PositionContainer.getCarLockProcessThreadMap().get(ardTankLock.getCarId()).get(ardTankLock.getLockNum()).get("lockPassword") == null){ |
| | | PositionContainer.getCarLockProcessThreadMap().get(ardTankLock.getCarId()).get(ardTankLock.getLockNum()).put("lockPassword",lockThread); |
| | | } |
| | | |
| | | } |
| | | |
| | | } |