Commit 0ed7082d by huangfusuper

废弃原有快照统计

parent f30f3f84
...@@ -111,7 +111,7 @@ public class JobSnapshotThreadRunHelper extends BaseThreadRunHelper { ...@@ -111,7 +111,7 @@ public class JobSnapshotThreadRunHelper extends BaseThreadRunHelper {
flowStatusSnapshootService.removeAndSaveSnapshoot(allFlow); flowStatusSnapshootService.removeAndSaveSnapshoot(allFlow);
//删除超过期限的快照 //删除超过期限的快照
flowStatusSnapshootMapper.deleteOutSnapShoot(snapshootDate); flowStatusSnapshootMapper.deleteOutSnapShoot(snapshootDate * 24 * 60 * 60 * 1000);
return SELLP_TIME; return SELLP_TIME;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment