gather_program/src/main/java/org/ossean/gather/process/GatherProcess.java
This commit is contained in:
parent
39e2164398
commit
9e326e2f56
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue