allYn=Y => allYn=N #193

Merged
ysCha merged 1 commits from dev into dev-deploy 2025-07-23 13:11:36 +09:00
Showing only changes of commit ca67cdb171 - Show all commits

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)