master
gaojie 2019-05-13 14:15:53 +08:00
parent 1422b08cd7
commit 1e0a26a274
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ public class MongoName {
}
public static String getTlogMongoDBName(int serverId) {
String dbName = "ysj_log_" + serverId;
//ysj_10002_tlog
String dbName = "ysj_" + serverId +"_tlog";
LOGGER.info("Connect database----->" + dbName);
return dbName;
}