|
@@ -192,14 +192,14 @@ public class Crawler4JavbusServiceImpl implements Crawler4JavbusService {
|
|
|
if (profileDocument.html().contains("您指定的用戶空間不存在")) {
|
|
if (profileDocument.html().contains("您指定的用戶空間不存在")) {
|
|
|
log.warn("jsoupJavbusProfileSub您指定的用戶空間不存在,start={}", javbusLog.getBusinessKey());
|
|
log.warn("jsoupJavbusProfileSub您指定的用戶空間不存在,start={}", javbusLog.getBusinessKey());
|
|
|
|
|
|
|
|
- crawlerJavbusProfileMapper.deleteJavbusLogById(javbusLog.getId());
|
|
|
|
|
|
|
+ crawlerJavbusProfileMapper.deleteJavbusLogById2(javbusLog.getId(), "您指定的用戶空間不存在");
|
|
|
|
|
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
if (profileDocument.html().contains("空間已被鎖定無法訪問")) {
|
|
if (profileDocument.html().contains("空間已被鎖定無法訪問")) {
|
|
|
log.warn("jsoupJavbusProfileSub空間已被鎖定無法訪問,start={}", javbusLog.getBusinessKey());
|
|
log.warn("jsoupJavbusProfileSub空間已被鎖定無法訪問,start={}", javbusLog.getBusinessKey());
|
|
|
|
|
|
|
|
- crawlerJavbusProfileMapper.deleteJavbusLogById(javbusLog.getId(), "空間已被鎖定無法訪問,如有疑問請聯繫管理員");
|
|
|
|
|
|
|
+ crawlerJavbusProfileMapper.deleteJavbusLogById2(javbusLog.getId(), "空間已被鎖定無法訪問,如有疑問請聯繫管理員");
|
|
|
|
|
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|