From bac78729c350ebd870619acdaa4e224646e72a04 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期五, 11 四月 2025 13:46:41 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java | 29 -----------------------------
1 files changed, 0 insertions(+), 29 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
index 8d1b18c..eb1d3fc 100644
--- a/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -84,7 +84,6 @@
private TransportLiftOutServiceImpl transportLiftOutService;
@Autowired
private ShuttleMoveServiceImpl shuttleMoveService;
- private LiftAction liftAction;
@Autowired
private NoLiftInServiceImpl noLiftInService;
@@ -1541,34 +1540,6 @@
e.printStackTrace();
}
}
-
- private void shuttleMoveExecuteMove(WrkMast wrkMast) {
- boolean stepMoveSta = this.shuttleMoveExecuteStepMoveSta(wrkMast);//灏忚溅绉诲姩鍒扮珯鐐�
- if (!stepMoveSta) {
- return;
- }
-
- boolean stepIntoLift = this.shuttleMoveExecuteStepIntoLift(wrkMast);//灏忚溅杩佸叆鎻愬崌鏈�
- if (!stepIntoLift) {
- return;
- }
-
- boolean stepLiftMove = this.shuttleMoveExecuteStepLiftMove(wrkMast);//鎻愬崌鏈烘惉杩愪腑
- if (!stepLiftMove) {
- return;
- }
-
- boolean updateShuttleLocation = this.shuttleMoveExecuteStepUpdateShuttleLocation(wrkMast);//鎻愬崌鏈烘惉杩愬畬鎴愭洿鏂板皬杞﹀潗鏍�
- if (!updateShuttleLocation) {
- return;
- }
-
- boolean stepMoveLoc = this.shuttleMoveExecuteStepMoveLoc(wrkMast);//灏忚溅绉诲姩鍒扮洰鏍囧簱浣嶄腑
- if (!stepMoveLoc) {
- return;
- }
- }
-
private void shuttleMoveExecuteTransportLift(WrkMast wrkMast) {
LiftThread liftThread = LiftUtils.getRecentLift(wrkMast.getLocNo());
--
Gitblit v1.9.1