Compare commits
2 Commits
ae772d4bb1
...
6452e1996e
| Author | SHA1 | Date | |
|---|---|---|---|
| 6452e1996e | |||
| ca67cdb171 |
@ -61,7 +61,7 @@ public class MaterialConfiguration implements JobExecutionListener {
|
|||||||
this.itemSyncList =
|
this.itemSyncList =
|
||||||
interfaceQsp.callApiData(
|
interfaceQsp.callApiData(
|
||||||
HttpMethod.GET,
|
HttpMethod.GET,
|
||||||
qspInterfaceUrl + "?allYn=Y",
|
qspInterfaceUrl + "?allYn=N",
|
||||||
null,
|
null,
|
||||||
new TypeReference<List<ItemSyncResponse>>() {});
|
new TypeReference<List<ItemSyncResponse>>() {});
|
||||||
return (itemSyncList != null)
|
return (itemSyncList != null)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user