调整tplink上传目录

This commit is contained in:
1378012178@qq.com 2026-05-13 14:56:58 +08:00
parent 5638903b38
commit 2d7b3d532b
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ public class TplinkUploadJob implements Job {
String month = DateUtils.formatDate(new Date(), "MM");
String day = DateUtils.formatDate(new Date(), "dd");
String fileName = orgCode
+ "_" + DateUtils.formatDate(new Date(), "yyyyMMdd")
+ "_" + DateUtils.formatDate(startTime, "yyyyMMdd")
+ "_" + (cameraInfo.getNuId() != null ? cameraInfo.getNuId() + "_" : "")
+ cameraInfo.getMac() + "_" + DateUtils.formatDate(new Date(), "HHmmss");
+ cameraInfo.getMac() + "_" + DateUtils.formatDate(startTime, "HHmmss");
String deviceIndex = cameraInfo.getDeviceIndex();
String parentId = cameraInfo.getParentId();
String ftpIp = cameraInfo.getFtpIp();