|
|
|
@ -129,7 +129,7 @@ public class MaterialController { |
|
|
|
if (map.containsKey("size")) { |
|
|
|
size = ObjectFormatUtil.toInteger(map.get("size")); |
|
|
|
} |
|
|
|
if (!(map.containsKey("depositoryId") || map.containsKey("code") || map.containsKey("mname"))) { |
|
|
|
if (!(map.containsKey("depositoryId") || map.containsKey("mcode") || map.containsKey("mname") || map.containsKey("version"))) { |
|
|
|
// 用于标识是一次就查询成功
|
|
|
|
boolean flag = true; |
|
|
|
for (Depository depository : depositoryByAdminorg) { |
|
|
|
|