Merge pull request 'allYn=Y => allYn=N' (#193) from dev into dev-deploy
Reviewed-on: #193
This commit is contained in:
commit
a846322449
@ -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