|
@@ -496,7 +496,7 @@ public class DeviceCollectionTaskJob {
|
|
|
/**
|
|
|
* 保留30天内的数据
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 0 0 * * ? *")
|
|
|
+ @Scheduled(cron = "0 0 0 * * ?")
|
|
|
public void deleteHistory30(){
|
|
|
plcCostomAddressHistoryMapper.deleteHistory30();
|
|
|
toolCostomAddressHistoryMapper.deleteHistory30();
|