feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
Showing only changes of commit ca67cdb171 - Show all commits

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)