自动化立体仓库 - WCS系统
#
Junjie
2025-01-07 c41aa8ce031c6c549a75ab8f0f08ae7f998d3965
src/main/java/com/zy/asrs/task/ShuttleChargePowerScheduler.java
@@ -106,9 +106,10 @@
            return false;
        }
        BasShuttle basShuttle = shuttleList.get(0);
        basShuttle.setChargeLine(timedChargePowerLine);
        basShuttleService.updateById(basShuttle);
        for (BasShuttle basShuttle : shuttleList) {
            basShuttle.setChargeLine(timedChargePowerLine);
            basShuttleService.updateById(basShuttle);
        }
        redisUtil.set("timedCharge", shuttleList.size());
        return true;