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