fix: 物联网平台,amqp数据接入并插入TD数据库相关逻辑编码。
This commit is contained in:
@@ -40,6 +40,16 @@ public interface DeviceSensorDataMapper {
|
||||
* @return 结果
|
||||
*/
|
||||
void createTable(DeviceSensorData deviceSensorData);
|
||||
|
||||
/**
|
||||
* 检查子表是否存在
|
||||
*
|
||||
* @param serialNum 设备序列号
|
||||
* @return 存在返回1,不存在返回0
|
||||
*/
|
||||
@DS("taos")
|
||||
@InterceptorIgnore(tenantLine = "true")
|
||||
Integer checkTableExists(@Param("serialNum") String serialNum);
|
||||
|
||||
/**
|
||||
* 批量插入数据
|
||||
|
||||
Reference in New Issue
Block a user