dev #465

Merged
ysCha merged 186 commits from dev into prd-deploy 2026-04-08 10:22:57 +09:00
Showing only changes of commit a846322449 - 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)