|
@@ -2975,7 +2975,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
@Override
|
|
|
public void run() {
|
|
|
List<MaterialCutFrame> cutFrames = cutFrameService.getListByVideoSignature(md5);
|
|
|
- if(null!=cutFrames&&!cutFrames.isEmpty()){
|
|
|
+ if(null==cutFrames||cutFrames.isEmpty()){
|
|
|
videoGetService.getKeyFrame(token, accountId, md5, String.valueOf(photo_id));
|
|
|
}
|
|
|
}
|