Commit 44934bd2 authored by yanzg's avatar yanzg

消除成功接收处理

parent b87f0212
......@@ -85,10 +85,6 @@ public class DbExecuteImpl implements DbExecute {
};
jdbc.query(sql, rowCallbackHandler, paras);
// if (paras != null && paras.length > 0) {
// } else {
// jdbc.query(sql, rowCallbackHandler);
// }
} finally {
printSql.print(targetClass, sqlName, start, row.value, sql, paras);
}
......
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