Compare commits

...

2 Commits

Author SHA1 Message Date
6452e1996e Merge pull request 'allYn=Y => allYn=N' (#194) from dev into prd-deploy
Reviewed-on: #194
2025-07-23 13:11:55 +09:00
ca67cdb171 allYn=Y => allYn=N 2025-07-23 13:10:20 +09:00

View File

@ -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)