Compare commits

..

No commits in common. "6452e1996e5eb89cf9e820e33082d107bd77e7d5" and "ae772d4bb15e135bf3df0a6c5fcf70f9aa3b7a24" 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)