[fix]:code review

This commit is contained in:
alwayssuper
2025-01-23 16:54:45 +08:00
parent 2b27085ec2
commit 4f962bd1f7
12 changed files with 68 additions and 31 deletions

View File

@@ -27,7 +27,7 @@
<!-- 插入设备日志数据 在子表不存在的情况下 可在数据插入时 自动建表 -->
<insert id="insert">
INSERT INTO device_log_${log.deviceKey} (id, product_key, type, subType, content, report_time)
INSERT INTO device_log_${log.deviceKey} (ts, id, product_key, type, subType, content, report_time)
USING device_log
TAGS ('${log.deviceKey}')
VALUES (