Commit e4eccfdb authored by 曹军's avatar 曹军

上传定时任务,优化代码

parent 818b3b36
......@@ -40,7 +40,7 @@ public class InFactoryTransportVehicleInfoService {
}
for (InFactoryTransportVehicleInfo inFactoryTransportVehicleInfo : inFactoryTransportVehicleInfos) {
String bodyJson = JSONObject.toJSONString(inFactoryTransportVehicleInfo);
log.info("场内车辆最终被发送的数据bodyJson={}", bodyJson);
// log.info("场内车辆最终被发送的数据bodyJson={}", bodyJson);
HttpResponse httpResponse = HttpUtils.sendPost(IN_FACTORY_URL, null, null, bodyJson);
Thread.sleep(50);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment