|
@@ -224,10 +224,10 @@ public class ShorePowerScheduler {
|
|
|
private SpStatementShipUsageMonthService spStatementShipUsageMonthService;
|
|
|
|
|
|
//@Scheduled(cron = "")
|
|
|
- @PostConstruct
|
|
|
- public void makeShangHaiShorePowerUsageRecord() {
|
|
|
- spStatementShipUsageMonthService.makeShangHaiShorePowerUsageRecord();
|
|
|
- }
|
|
|
+// @PostConstruct
|
|
|
+// public void makeShangHaiShorePowerUsageRecord() {
|
|
|
+// spStatementShipUsageMonthService.makeShangHaiShorePowerUsageRecord();
|
|
|
+// }
|
|
|
|
|
|
@XxlJob("connectorStatusInfo")
|
|
|
public ReturnT<String> getConnectorStatusInfo(String params) {
|