微调
This commit is contained in:
@@ -864,7 +864,7 @@ public class OracleResultServiceImpl implements OracleResultService {
|
||||
String endTime = historyParam.getEndTime();
|
||||
String key = "a1a69c93c11e4910aa247087c261bec5";
|
||||
String secret = "038de3c27cc54489862d181470e3ad92";
|
||||
String url = "https://25.37.90.72/ast/ydxxcjxt/dws/get_e_mp_TGvol_zl_ds";
|
||||
String url = "http://25.37.90.72/ast/ydxxcjxt/dws/get_e_mp_TGvol_zl_ds";
|
||||
String apiId = "0644f1c6abd65d3a3a81eb3314390e14";
|
||||
String apiName = "电能质量谐波监测系统_分布式光伏台区电压日数据_e_mp_TGvol_zl_时间";
|
||||
List<HarmonicHistoryV> harmonicHistory = adsDiList(HarmonicHistoryV.class, id, starTime, endTime, key, secret, url, apiId, apiName);
|
||||
@@ -877,7 +877,7 @@ public class OracleResultServiceImpl implements OracleResultService {
|
||||
String endTime = historyParam.getEndTime();
|
||||
String key = "a1a69c93c11e4910aa247087c261bec5";
|
||||
String secret = "038de3c27cc54489862d181470e3ad92";
|
||||
String url = "https://25.37.90.72/ast/ydxxcjxt/dws/get_e_mp_TGpower_zl_ds";
|
||||
String url = "http://25.37.90.72/ast/ydxxcjxt/dws/get_e_mp_TGpower_zl_ds";
|
||||
String apiId = "f9f0eb9627410c0ad4a66ae33a75e2c9";
|
||||
String apiName = "get_电能质量谐波监测系统_分布式光伏台区功率日数据_e_mp_TGpower_zl_时间";
|
||||
List<HarmonicHistoryP> harmonicHistory = adsDiList(HarmonicHistoryP.class, id, starTime, endTime, key, secret, url, apiId, apiName);
|
||||
@@ -890,7 +890,7 @@ public class OracleResultServiceImpl implements OracleResultService {
|
||||
String endTime = historyParam.getEndTime();
|
||||
String key = "a1a69c93c11e4910aa247087c261bec5";
|
||||
String secret = "038de3c27cc54489862d181470e3ad92";
|
||||
String url = "https://25.37.90.72/ast/ydxxcjxt/dws/get_e_mp_TGfactor_zl_ds";
|
||||
String url = "http://25.37.90.72/ast/ydxxcjxt/dws/get_e_mp_TGfactor_zl_ds";
|
||||
String apiId = "bf6cc99505f93c355baad9926b61f17e";
|
||||
String apiName = "get_电能质量谐波监测系统_分布式光伏台区功率因数日数据_e_mp_TGfactor_zl_时间";
|
||||
List<HarmonicHistoryC> harmonicHistory = adsDiList(HarmonicHistoryC.class, id, starTime, endTime, key, secret, url, apiId, apiName);
|
||||
|
||||
Reference in New Issue
Block a user