后台资产展示代码

master
冷调 2024-08-29 15:35:35 +08:00
parent 98b020edd2
commit 1048ade900
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class MysqlPool implements BasePool<Connection>{
*/
@Override
public Connection createConn(){
String url = this.etlDataScore.getIp();
String url = this.etlDataScore.getUrl();
String userName = this.etlDataScore.getUserName();
String userPwd = this.etlDataScore.getPassword();
Connection mysqlConn=null;