Merge pull request 'allYn=Y => allYn=N' (#194) from dev into prd-deploy
Reviewed-on: #194
This commit is contained in:
commit
6452e1996e
@ -61,7 +61,7 @@ public class MaterialConfiguration implements JobExecutionListener {
|
||||
this.itemSyncList =
|
||||
interfaceQsp.callApiData(
|
||||
HttpMethod.GET,
|
||||
qspInterfaceUrl + "?allYn=Y",
|
||||
qspInterfaceUrl + "?allYn=N",
|
||||
null,
|
||||
new TypeReference<List<ItemSyncResponse>>() {});
|
||||
return (itemSyncList != null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user