|
|
@@ -182,13 +182,13 @@ public interface IotOpeationFillMapper extends BaseMapperX<IotOpeationFillDO> {
|
|
|
@TenantIgnore
|
|
|
List<IotDeviceRunLogDO> batchQueryExistingLogs(@Param("list") List<IotDeviceRunLogDO> logList);
|
|
|
// 批量插入
|
|
|
- @TenantIgnore
|
|
|
+
|
|
|
int batchInsertLogs(@Param("list") List<IotDeviceRunLogDO> logList);
|
|
|
// 批量更新普通日志
|
|
|
- @TenantIgnore
|
|
|
+
|
|
|
int batchUpdateLogs(@Param("list") List<IotDeviceRunLogDO> logList);
|
|
|
// 批量更新累计日志
|
|
|
- @TenantIgnore
|
|
|
+
|
|
|
int batchUpdateSumLogs(@Param("list") List<IotDeviceRunLogDO> logList);
|
|
|
|
|
|
|