소스 검색

//bug

private_deployment
xhxu 1 년 전
부모
커밋
12637dde44
1개의 변경된 파일1개의 추가작업 그리고 14개의 파일을 삭제
  1. +1
    -14
      suimangService/src/main/java/com/iformall/domain/po/sm/PhotoSpeakVideo.java

+ 1
- 14
suimangService/src/main/java/com/iformall/domain/po/sm/PhotoSpeakVideo.java 파일 보기

@@ -114,20 +114,7 @@ public class PhotoSpeakVideo extends TenantEntity {

@io.swagger.annotations.ApiModelProperty(value="视频文件",name="videoId")
private String videoId;
@TableField(exist = false)
private String videoPathUri;
public String getVideoPathUri(){
if(StringUtils.isNotBlank(this.videoPath)){
videoPathUri = AiVideoHelper.uri;
}
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")


불러오는 중...
취소
저장