From 0df5a984bb0cc33f1f65c4d4a536559831dbc602 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 14 九月 2022 10:37:53 +0800 Subject: [PATCH] # --- src/main/java/com/zy/common/service/CommonService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/common/service/CommonService.java b/src/main/java/com/zy/common/service/CommonService.java index 89e086e..de5a5d2 100644 --- a/src/main/java/com/zy/common/service/CommonService.java +++ b/src/main/java/com/zy/common/service/CommonService.java @@ -190,6 +190,9 @@ if (null == locMast) { Shelves shelves = new Shelves(rowCount, crn_qty); for (int i = 0; i < shelves.group; i ++) { + if (i > 0) { + curRow = currentRow; + } curRow = shelves.start(curRow); if (curRow < 0) { throw new CoolException("妫�绱㈠簱浣嶅け璐ワ紝璇疯仈绯荤鐞嗗憳"); -- Gitblit v1.9.1