|
|
|
@ -976,8 +976,7 @@ public class MaterialServiceImpl implements MaterialService { |
|
|
|
} |
|
|
|
Map<String, Object> params = new HashMap<>(); |
|
|
|
// params.put("code", map.get("code"));
|
|
|
|
params.put("mname", map.get("mname")); |
|
|
|
params.put("version", map.get("version")); |
|
|
|
params.put("mid", map.get("mid")); |
|
|
|
params.put("depositoryId", map.get("depositoryId")); |
|
|
|
List<Inventory> inventory = materialMapper.findInventoryForImport(params); |
|
|
|
if (inventory.size() >= 1) { |
|
|
|
|