getsynonyms tablename error

This commit is contained in:
ronger 2017-03-13 09:25:16 +08:00
parent 3cd90dc4cd
commit 652a22e464
1 changed files with 1 additions and 1 deletions

View File

@ -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;