@@ -194,6 +194,11 @@ public class Crawler4LoveFootServiceImpl implements Crawler4LoveFootService {
Document codeDocument;
String message = null;
int retryCount = 0;
+
+ if (StringUtils.isEmpty(crawlerLoveFoot.getName())) {
+ crawlerLoveFoot.setName("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
+ }
while (retryCount <= 3) {
long start = System.currentTimeMillis();
String searchUrl = null;