记得上下班打卡 | git大法好,push需谨慎

Commit 9eb11e90 authored by 张国柄's avatar 张国柄

dm;

parent 4459ebd9
...@@ -75,7 +75,7 @@ public class DMUserInformationProcessor extends DataMigrationProcessorService { ...@@ -75,7 +75,7 @@ public class DMUserInformationProcessor extends DataMigrationProcessorService {
ResultSetImpl row = null; ResultSetImpl row = null;
try { try {
Class.forName(DB_DRIVER); Class.forName(DB_DRIVER);
// connection = DriverManager.getConnection(DB_URL + DB_NAME_PASSPORT, DB_USER, DB_PWD); connection = DriverManager.getConnection(DB_URL + DB_NAME_PASSPORT, DB_USER, DB_PWD);
statement = connection.prepareStatement(sqlCount); statement = connection.prepareStatement(sqlCount);
row = (ResultSetImpl) statement.executeQuery(); row = (ResultSetImpl) statement.executeQuery();
row.first(); row.first();
......
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