Merge branch 'dev' of http://120.76.84.145:10101/gitblit/r/java/mx_charging_pile
| | |
| | | /** |
| | | * 每天的9点执行的任务 |
| | | */ |
| | | @Scheduled(cron = "0 0 15 * * *") |
| | | @Scheduled(cron = "0 0 16 * * *") |
| | | // @Scheduled(fixedRate = 60000) |
| | | public void taskDay(){ |
| | | try { |
| | |
| | | mqttPushUtil.pushChargePileData(TopicConstants.CHARGE_PILE_CODE.replace("CHARGE_PILE_CODE", uploadRealTimeMonitoringData.getCharging_pile_code()), jsonObject.toJSONString()); |
| | | log.info("数据:{}", uploadRealTimeMonitoringData.getCharging_pile_code()); |
| | | log.info("数据:{}", jsonObject.toJSONString()); |
| | | break; |
| | | } |
| | | } |
| | | }); |