getsynonyms tablename error
This commit is contained in:
parent
3cd90dc4cd
commit
652a22e464
|
|
@ -48,7 +48,7 @@ public class GetSynonyms{
|
|||
@Resource
|
||||
private PlatformProjectDao paltformDao;
|
||||
|
||||
private static String gatherProjectsTableName ="dubsynonymsprj_test";//TableName.gatherProjectsTableName;
|
||||
private static String gatherProjectsTableName =TableName.gatherProjectsTableName;
|
||||
private static String synonymsTableName = TableName.synonymsTableName;
|
||||
private static String pointerTableName = TableName.pointerTableName;
|
||||
private static int batchSize = 1000;
|
||||
|
|
|
|||
Loading…
Reference in New Issue