| | |
| | | param.setBatch(String.valueOf(snowflakeIdWorker.nextId()).substring(13, 19)); |
| | | for (int i = 0; i < Math.min(agvModel.getBackpack(), stockList.size()) ; i++) { |
| | | Sta stockSta = stockList.get(i); |
| | | String staCode = stockSta.getCode$(); |
| | | String staCode = codeService.getCacheById(stockSta.getCode()).getData(); |
| | | |
| | | Loc idleLoc = null; |
| | | |
| | |
| | | param.setBatch(String.valueOf(snowflakeIdWorker.nextId()).substring(13, 19)); |
| | | for (int i = 0; i < Math.min(agvModel.getBackpack(), idleList.size()) ; i++) { |
| | | Sta idleSta = idleList.get(i); |
| | | String staCode = idleSta.getCode$(); |
| | | String staCode = codeService.getCacheById(idleSta.getCode()).getData(); |
| | | |
| | | Loc stockLoc = null; |
| | | |