Compare commits

..

No commits in common. "a84632244927e26f90321d2bba2192c13c773cef" and "7e91131a46c71cf0ecaf5db0d6f31b3bdf029aef" have entirely different histories.

View File

@ -61,7 +61,7 @@ public class MaterialConfiguration implements JobExecutionListener {
this.itemSyncList = this.itemSyncList =
interfaceQsp.callApiData( interfaceQsp.callApiData(
HttpMethod.GET, HttpMethod.GET,
qspInterfaceUrl + "?allYn=N", qspInterfaceUrl + "?allYn=Y",
null, null,
new TypeReference<List<ItemSyncResponse>>() {}); new TypeReference<List<ItemSyncResponse>>() {});
return (itemSyncList != null) return (itemSyncList != null)