|
@@ -62,8 +62,7 @@ public class PlatCrontabTaskController extends BaseController {
|
|
public void logisticsData() {
|
|
public void logisticsData() {
|
|
synchronized (this) {
|
|
synchronized (this) {
|
|
logger.info("开始后勤运行监控中心获取接口数据");
|
|
logger.info("开始后勤运行监控中心获取接口数据");
|
|
- int current = 1;
|
|
|
|
- logisticsService.getLogisticsData(current);
|
|
|
|
|
|
+ logisticsService.getLogisticsData();
|
|
logger.info("后勤运行监控中心获取接口数据完成");
|
|
logger.info("后勤运行监控中心获取接口数据完成");
|
|
}
|
|
}
|
|
}
|
|
}
|