修复添加目录SQL错误 #881

This commit is contained in:
648540858
2023-06-05 09:39:59 +08:00
parent 8d6de72429
commit b7d85a270e
2 changed files with 5 additions and 5 deletions

View File

@@ -356,7 +356,7 @@ public class PlayController {
message.setKey(key);
message.setId(uuid);
String fileName = deviceId + "_" + channelId + "_" + DateUtil.getNowForUrl() + "jpg";
String fileName = deviceId + "_" + channelId + "_" + DateUtil.getNowForUrl() + ".jpg";
playService.getSnap(deviceId, channelId, fileName, (code, msg, data) -> {
if (code == InviteErrorCode.SUCCESS.getCode()) {
message.setData(data);