Commit 833d35219142c619603cf727b6e774ff3f9115e1

Authored by 潘钊
1 parent ec5ed2c0

update...

src/main/java/com/bsth/data/led_http/LedHttpPushHandler.java
@@ -3,6 +3,7 @@ package com.bsth.data.led_http; @@ -3,6 +3,7 @@ package com.bsth.data.led_http;
3 import com.bsth.data.in_out.RealInoutHandler; 3 import com.bsth.data.in_out.RealInoutHandler;
4 import com.bsth.data.in_out.buffer.BerthDataBuffer; 4 import com.bsth.data.in_out.buffer.BerthDataBuffer;
5 import com.bsth.data.in_out.buffer.ElectricDataBuffer; 5 import com.bsth.data.in_out.buffer.ElectricDataBuffer;
  6 +import com.bsth.data.utils.HttpClientUtils_tms;
6 import com.bsth.entity.ac.CarInOutEntity; 7 import com.bsth.entity.ac.CarInOutEntity;
7 import com.bsth.entity.berth.RegionBerth; 8 import com.bsth.entity.berth.RegionBerth;
8 import com.bsth.service.berth.BerthService; 9 import com.bsth.service.berth.BerthService;
@@ -125,7 +126,7 @@ public class LedHttpPushHandler { @@ -125,7 +126,7 @@ public class LedHttpPushHandler {
125 if (null != url) { 126 if (null != url) {
126 sleepFlag = false; 127 sleepFlag = false;
127 logger.info("push led :" + url); 128 logger.info("push led :" + url);
128 - //HttpClientUtils_tms.get(url); 129 + HttpClientUtils_tms.get(url);
129 } else { 130 } else {
130 Thread.sleep(500); 131 Thread.sleep(500);
131 if (!sleepFlag) { 132 if (!sleepFlag) {