feat(制品库功能开发): 产品库支持Docker制品移入功能开发
修复Nexus响应异常导致无法正常识别错误码的问题
This commit is contained in:
parent
12aa288f29
commit
6a4dbd3e71
|
|
@ -285,7 +285,6 @@ public class NexusRequestHelper {
|
|||
if (res == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return JSONObject.parseObject(res.toJSONString(), buildType(ownerClass, List.class, rawClass));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue