From f3af56e34f1cbf210b943404c900ff2d89a9a0fe Mon Sep 17 00:00:00 2001
From: shishuaikang <280848880@qq.com>
Date: 星期五, 08 十二月 2023 16:30:53 +0800
Subject: [PATCH] 搅和站样式修改

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/controller/WeighController.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/controller/WeighController.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/controller/WeighController.java
index 2797868..d6c047d 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/controller/WeighController.java
+++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/controller/WeighController.java
@@ -63,5 +63,9 @@
 	public BasicResult materialWarehouseRecordDel(@RequestParam String id){
 		return weighService.materialWarehouseRecordDel(id);
 	}
-
+	// 环境监测 thingjs 数据
+	@PostMapping("/headThingJsDateValue")
+	public BasicResult headThingJsDateValue(){
+		return weighService.headThingJsDateValue();
+	}
 }

--
Gitblit v1.9.3