|
@@ -81,7 +81,7 @@ public class ZskkConfig extends JFinalConfig {
|
|
|
arpConnected.setDialect(new SqlServerDialect());
|
|
|
me.add(arpConnected);
|
|
|
|
|
|
- ActiveRecordPlugin arpFtp = new ActiveRecordPlugin("ftp", druidPluginConnected);
|
|
|
+ ActiveRecordPlugin arpFtp = new ActiveRecordPlugin("ftp", druidPluginFtp);
|
|
|
arpFtp.setDialect(new SqlServerDialect());
|
|
|
me.add(arpFtp);
|
|
|
|