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 =
interfaceQsp.callApiData(
HttpMethod.GET,
qspInterfaceUrl + "?allYn=N",
qspInterfaceUrl + "?allYn=Y",
null,
new TypeReference<List<ItemSyncResponse>>() {});
return (itemSyncList != null)