From 771881b3f58148600c16fb168a47d769fce5588b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 20 九月 2022 08:56:52 +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