|
@@ -312,7 +312,7 @@ public class JiaoYangFenXiaoServiceImpl implements IJiaoYangFenXiaoService {
|
|
|
if (!Check.isNull(getData)) {
|
|
|
clipCooperation.setVideoCount(getData.getString("videoCount"));
|
|
|
clipCooperation.setVideoShow(getData.getString("videoShow"));
|
|
|
- Thread.sleep(30 * 1000);
|
|
|
+ Thread.sleep(60 * 1000);
|
|
|
}
|
|
|
adds.add(clipCooperation);
|
|
|
|