调整tplink上传目录
This commit is contained in:
parent
5638903b38
commit
2d7b3d532b
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue