no message

main
HUOJIN\92525 2026-02-05 21:25:27 +08:00
parent be5abcb717
commit 70692c511a
2 changed files with 0 additions and 2 deletions

View File

@ -754,7 +754,6 @@ public class ScanTrayProcessor {
List<Task> recursiveTasks = buildMoveTask(movePointsForInbound); List<Task> recursiveTasks = buildMoveTask(movePointsForInbound);
moveList.addAll(recursiveTasks); moveList.addAll(recursiveTasks);
} }
log.info("生成移位任务:{}- 容器:{} - 库位:{} - 库存数量:{}", taskNo, stock.getStockCode(), fromPoint.getPointCode(), inv.getQuantity());
} catch (Exception e) { } catch (Exception e) {
throw e; throw e;
} }

View File

@ -1000,7 +1000,6 @@ public class AllocateProcessor {
List<Task> recursiveTasks = buildMoveTask(toPoint.getPointCode(), movePointsForInbound, processedStock); List<Task> recursiveTasks = buildMoveTask(toPoint.getPointCode(), movePointsForInbound, processedStock);
moveList.addAll(recursiveTasks); moveList.addAll(recursiveTasks);
} }
} catch (Exception e) { } catch (Exception e) {
throw e; throw e;
} }