winter 1 år sedan
förälder
incheckning
a613df54fb
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java

+ 1
- 0
suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java Visa fil

@@ -472,6 +472,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService {
}
try{
UserMouldVideo userMouldVideo = this.getSimpleById(mouldVideo.getId());
logger.debug(">>>>> video query:"+">"+com.aliyun.openservices.shade.com.alibaba.fastjson.JSON.toJSONString(userMouldVideo));
if(EnumVideoStatus.success.getCode().equals(userMouldVideo.getVideoStatus())
|| EnumVideoStatus.upload_fail.getCode().equals(userMouldVideo.getVideoStatus())){
String url = AiVideoHelper.oral_broadcasting + mouldVideo.getVideoPath();


Laddar…
Avbryt
Spara