From 9a3a27d7c0f043ad6110d51e6972bc2ebd7ce165 Mon Sep 17 00:00:00 2001 From: PandaX <18610165312@163.com> Date: Mon, 30 Oct 2023 13:58:08 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E8=A7=84=E5=88=99=E9=93=BE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=87=E6=8D=A2=E8=AE=BE=E5=A4=87=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/device/services/device.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/device/services/device.go b/apps/device/services/device.go index 2581fc8..63d475f 100644 --- a/apps/device/services/device.go +++ b/apps/device/services/device.go @@ -191,7 +191,7 @@ func (m *deviceModelImpl) Delete(ids []string) { } } -// 获取Tdengine时序数据 +// 创建Tdengine时序数据 func createDeviceTable(productId, device string) error { err := global.TdDb.CreateTable(productId+"_"+entity.ATTRIBUTES_TSL, device+"_"+entity.ATTRIBUTES_TSL) if err != nil {