|
|
@@ -296,10 +296,10 @@ public class GrainPushsServiceImpl implements GrainPushsService {
|
|
296
|
296
|
});
|
|
297
|
297
|
|
|
298
|
298
|
if (tTestdataList.size() > 0) {
|
|
299
|
|
-// temperatureRecordService.insertBatch(tTestdataList);
|
|
|
299
|
+ temperatureRecordService.insertBatch(tTestdataList);
|
|
300
|
300
|
}
|
|
301
|
301
|
if (tTestdataLayerArrayList.size() > 0) {
|
|
302
|
|
-// tTestdataLayerMapper.insertBatch(tTestdataLayerArrayList);
|
|
|
302
|
+ tTestdataLayerMapper.insertBatch(tTestdataLayerArrayList);
|
|
303
|
303
|
}
|
|
304
|
304
|
if (tWarningThresholdHistorieList.size() > 0) {
|
|
305
|
305
|
tWarningThresholdHistoryMapper.insertBatch(tWarningThresholdHistorieList);
|