| | |
| | | import com.zy.asrs.wms.asrs.entity.*; |
| | | import com.zy.asrs.wms.asrs.entity.enums.LocStsType; |
| | | import com.zy.asrs.wms.asrs.entity.enums.LocTypeHeightType; |
| | | import com.zy.asrs.wms.asrs.entity.enums.ShelvesRuleType; |
| | | import com.zy.asrs.wms.asrs.entity.param.FieldParam; |
| | | import com.zy.asrs.wms.asrs.mapper.ViewLocDetlMapper; |
| | | import com.zy.asrs.wms.asrs.mapper.ViewTaskDetlMapper; |
| | |
| | | |
| | | //从库存中进行匹配 |
| | | List<Loc> locs2 = new ArrayList<>(); |
| | | List<Map<String, Object>> list2 = viewLocDetlMapper.getList(mat.getMatnr(), batch, uniqueFields); |
| | | List<Map<String, Object>> list2 = viewLocDetlMapper.getList(mat.getMatnr(), batch, uniqueFields, null); |
| | | for (Map<String, Object> map : list2) { |
| | | Loc one = locService.getById(map.get("locId").toString()); |
| | | if (one == null) { |