| | |
| | | @Override |
| | | public void run() { |
| | | //推送状态给三方平台 |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), tChargingGun1.getStatus()); |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), 2); |
| | | } |
| | | }).start(); |
| | | |
| | |
| | | @Override |
| | | public void run() { |
| | | //推送状态给三方平台 |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), tChargingGun1.getStatus()); |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), 7); |
| | | } |
| | | }).start(); |
| | | |
| | |
| | | @Override |
| | | public void run() { |
| | | //推送状态给三方平台 |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), tChargingGun1.getStatus()); |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), 5); |
| | | } |
| | | }).start(); |
| | | }else{ |
| | |
| | | @Override |
| | | public void run() { |
| | | //推送状态给三方平台 |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), tChargingGun1.getStatus()); |
| | | tcecClient.pushChargingGunStatus(tChargingGun.getFullNumber(), 3); |
| | | } |
| | | }).start(); |
| | | } |