tplink配置增加字段

This commit is contained in:
曹磊 2025-08-08 14:27:16 +08:00
parent 74b3b93a01
commit 7adbdf88b3
2 changed files with 2 additions and 2 deletions

View File

@ -42,5 +42,5 @@ public class AppTumsConfig implements Serializable {
private String ftpUsername; //回放视频转FTP上传用户
private String ftpPassword; //回放视频转FTP上传密码
private String ftpUploadpath; //回放视频转FTP上传路径
private String updateTime; //更新时间
private String updateDate; //更新时间
}

View File

@ -13,7 +13,7 @@
ftp_username as ftpUsername,
ftp_password as ftpPassword,
ftp_uploadpath as ftpUploadpath,
update_time as updateTime
update_date as updateDate
from nu_iot_tplink_tums_base
order by id desc
limit 1