|
@@ -497,8 +497,8 @@ public class HandleDataController extends BaseController
|
|
|
* 手动处理 工业库的 某个值,将历史数据全部都更新
|
|
|
* @return
|
|
|
*/
|
|
|
- @GetMapping("/updateGYKSomeFileds")
|
|
|
- public String updateGYKSomeFileds() {
|
|
|
+ @GetMapping("/updateGYKSomeFields")
|
|
|
+ public String updateGYKSomeFields() {
|
|
|
//更新的某个指标
|
|
|
String[] queryTags = {"信义污水厂_除磷P04预测值_"};
|
|
|
//找到对应的数据,然后更新它
|
|
@@ -522,7 +522,7 @@ public class HandleDataController extends BaseController
|
|
|
currentHour = currentHour.plusDays(1);
|
|
|
|
|
|
//每个小时查询一次数据
|
|
|
- String url = "http://192.168.10.113:4568/api/v1/khquerydata";
|
|
|
+ String url = "http://10.0.0.27:4568/api/v1/khquerydata";
|
|
|
HashMap<String, Object> req = new HashMap<>();
|
|
|
req.put("tagNames", queryTags);
|
|
|
req.put("startTime", begin);
|