Merge pull request 'allYn=Y => allYn=N' (#194) from dev into prd-deploy

Reviewed-on: #194
This commit is contained in:
ysCha 2025-07-23 13:11:55 +09:00
commit 6452e1996e

View File

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