|
|
@@ -167,7 +167,7 @@ public class RpWarnThresholdServiceImpl extends ServiceImpl<RpWarnThresholdMappe
|
|
167
|
167
|
String fristCarDate = null;
|
|
168
|
168
|
List<String> hwids = new ArrayList<>();//对应的货位的数据
|
|
169
|
169
|
//得到第一车入库时间
|
|
170
|
|
- for (int i = 0; i < list.size(); i++) {
|
|
|
170
|
+ for (int i = 0; i < list1.size(); i++) {
|
|
171
|
171
|
Map<String,Object> map = list1.get(i);
|
|
172
|
172
|
// String rpReportId = map.getOrDefault("rpReportId","").toString(); //轮换 计划id
|
|
173
|
173
|
// String outId = map.getOrDefault("outId","").toString(); //轮换出库id
|