From f55e7af56cd1e2664959b33104cfee0b3251e316 Mon Sep 17 00:00:00 2001 From: lrh <1585126058@qq.com> Date: Thu, 6 Jul 2023 15:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/domain/po/sm/PhotoSpeakVideo.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/suimangService/src/main/java/com/iformall/domain/po/sm/PhotoSpeakVideo.java b/suimangService/src/main/java/com/iformall/domain/po/sm/PhotoSpeakVideo.java index 55e1657..dc9d92e 100644 --- a/suimangService/src/main/java/com/iformall/domain/po/sm/PhotoSpeakVideo.java +++ b/suimangService/src/main/java/com/iformall/domain/po/sm/PhotoSpeakVideo.java @@ -122,12 +122,12 @@ public class PhotoSpeakVideo extends TenantEntity { } return videoPathUri; } - public String getPhotoSpeakPathUri(){ - if(StringUtils.isNotBlank(this.videoPath)){ - videoPathUri = AiVideoHelper.url; - } - return videoPathUri; - } +// public String getPhotoSpeakPathUri(){ +// if(StringUtils.isNotBlank(this.videoPath)){ +// videoPathUri = AiVideoHelper.url; +// } +// return videoPathUri; +// } @io.swagger.annotations.ApiModelProperty(value="",name="videoPath") private String videoPath; @io.swagger.annotations.ApiModelProperty(value="播放地址",name="videoPlayUrl")