From ed8555e7a444f5e40f8de2ed36b65224fa471cff Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 14 七月 2020 14:04:16 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/common/model/Shelves.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/common/model/Shelves.java b/src/main/java/com/zy/common/model/Shelves.java
index 0fe0ec8..8f9c058 100644
--- a/src/main/java/com/zy/common/model/Shelves.java
+++ b/src/main/java/com/zy/common/model/Shelves.java
@@ -20,7 +20,7 @@
     private final int offset;
 
     // 璐ф灦瀹炰緥鑺傜偣闆嗗悎
-    private List<List<Integer>> nodes;
+    public List<List<Integer>> nodes;
 
     public Shelves(int size, int group) {
         this(size, group, 0);
@@ -94,7 +94,7 @@
                 }
             }
         }
-        return 0;
+        return -1;
     }
 
 

--
Gitblit v1.9.1