合并修改240812
This commit is contained in:
parent
1d8ddf58b9
commit
eed6c7362a
@ -140,9 +140,9 @@ public interface DeviceLogMapper
|
||||
/**
|
||||
* 创建数据库表
|
||||
*
|
||||
* @param tableName 表名称
|
||||
// * @param tableName 表名称
|
||||
*/
|
||||
int createTable(@Param("tableName") String tableName, @Param("id") Long id);
|
||||
// int createTable(@Param("tableName") String tableName, @Param("id") Long id);
|
||||
|
||||
List<HashMap<String, Object>> selectDayData(Map<String, Object> kvHashMap);
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
package com.fastbee.iot.tdengine.service.impl;
|
||||
|
||||
import cn.hutool.core.date.DateTime;
|
||||
import cn.hutool.core.date.DateUtil;
|
||||
import com.fastbee.common.utils.DateUtils;
|
||||
import com.fastbee.iot.domain.Device;
|
||||
import com.fastbee.iot.domain.DeviceLog;
|
||||
|
Loading…
x
Reference in New Issue
Block a user