gather_program/src/main/java/org/ossean/gather/process/GatherProcess.java

This commit is contained in:
zhanyun 2016-12-13 21:24:54 +08:00
parent 39e2164398
commit 9e326e2f56
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class GatherProcess {
public void start(String configureName){
while(true){
conf = new Configure(configureName);
urlMd5Set = targetDao.initUrlMd5Set(conf.getTargetTableName());
//urlMd5Set = targetDao.initUrlMd5Set(conf.getTargetTableName());
for(String sourceTableName : conf.getSourceTableNameList()){
Boolean state = gatherState.get(sourceTableName);
if( state == null || state == false){