|
@@ -118,7 +118,7 @@ public class MaterialCutFrameServiceImpl extends ServiceImpl<MaterialCutFrameMap
|
|
|
// SnapshotConfig->Time
|
|
|
// Integer time = ((secondDuration.intValue() - 2) / 14) + 1; // 时长 / 14 == 间隔时间
|
|
|
|
|
|
- double num = (double) secondDuration / 13;
|
|
|
+ double num = (double) secondDuration / 15;
|
|
|
long rint = Math.round(num);
|
|
|
log.info("相隔时间数:{}", rint);
|
|
|
snapshotConfig.put("Time", 2000);
|