...
|
...
|
@@ -58,8 +58,8 @@ public class ProductProxyService { |
|
|
|
|
|
|
|
|
public boolean returnStorage(Integer skup){
|
|
|
|
|
|
ApiResponse resp = ufoServiceCaller.call(RETURN_STORAGE, skup, 1);
|
|
|
ApiResponse resp = ufoServiceCaller.call(RETURN_STORAGE, ApiResponse.class, skup, 1);
|
|
|
//ApiResponse resp = ufoServiceCaller.call(RETURN_STORAGE, skup, 1);
|
|
|
|
|
|
return (resp == null || resp.getData()==null) ? false : (boolean)resp.getData();
|
|
|
}
|
...
|
...
|
|