|
@@ -513,7 +513,7 @@ public class BgServiceImpl implements BgService {
|
|
|
@Async
|
|
@Async
|
|
|
@Override
|
|
@Override
|
|
|
public void jsoupIcodePool(Integer status, Integer isDel, Integer ignoreRetryCount) {
|
|
public void jsoupIcodePool(Integer status, Integer isDel, Integer ignoreRetryCount) {
|
|
|
- log.warn("jsoupIcodePool 开始:status={},isDel={}", status, isDel);
|
|
|
|
|
|
|
+ log.warn("jsoupIcodePool 开始:status={},isDel={},ignoreRetryCount={}", status, isDel, ignoreRetryCount);
|
|
|
if (isDel == 1) {
|
|
if (isDel == 1) {
|
|
|
videoInfoPoolMapper.deleteAll();
|
|
videoInfoPoolMapper.deleteAll();
|
|
|
}
|
|
}
|