enforce the DefaultTolerance ability of gathering Memos
This commit is contained in:
parent
14a202173d
commit
fd85de3fea
|
@ -61,7 +61,7 @@ public class GatherThreadNew implements Runnable {
|
|||
private int endId;
|
||||
|
||||
private String sourceTableName;
|
||||
private String pkControlPostsTableName = "pk_control_posts_lqk";
|
||||
private String pkControlPostsTableName = "pk_control_posts";
|
||||
private String pkControlProjectsTableName = "pk_control_projects";
|
||||
|
||||
private String gatherPostsTableName = "relative_memos";
|
||||
|
|
Loading…
Reference in New Issue