Commit a470c14c authored by 钱雯君's avatar 钱雯君

add

parent 5af615cf
......@@ -269,8 +269,10 @@ public class 新集卡_助力发集卡_DuibaTest extends DuibaTestBase {
System.out.println(dbPostfix);
if (dbPostfix.intValue()<100){
dbName = dbPrex +"_00"+ dbPostfix;
}else{
}else if (dbPostfix.intValue()<1000){
dbName = dbPrex +"_0"+ dbPostfix;
}else {
dbName = dbPrex +"_"+ dbPostfix;
}
logger.info("该用户的表名为:"+dbName);
return dbName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment