兼容mysql5低版本

This commit is contained in:
648540858
2022-01-25 16:23:29 +08:00
parent 1dbb559b38
commit 5c2d27f75d
3 changed files with 13 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ public class StreamPushController {
// 录像查询以channelId作为deviceId查询
String key = DeferredResultHolder.UPLOAD_FILE_CHANNEL;
String uuid = UUID.randomUUID().toString();
logger.warn("通道导入文件类型: {}",file.getContentType() );
logger.info("通道导入文件类型: {}",file.getContentType() );
if (file.isEmpty()) {
logger.warn("通道导入文件为空");
WVPResult<Object> wvpResult = new WVPResult<>();