DatasReceive rld = dr.receiveOpenMonthDatas(api_type, auth_key, resultType, bgn_ymd, end_ymd);
에서 다음과 같은 에러가 나는데
library 내부적으로 무언가 잘못됐나요?
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
lastmodtsBgn cannot be resolved to a variable
at kr.go.localdata.client.ReceiveLocalDatas.paramCheck(ReceiveLocalDatas.java:237)
at kr.go.localdata.client.ReceiveLocalDatas.receiveOpenMonthDatas(ReceiveLocalDatas.java:104)
at test.getData(test.java:41)
at test.main(test.java:14)
|