Commit 79c67185 authored by yanzg's avatar yanzg

消除成功接收处理

parent 492a68f3
...@@ -215,8 +215,6 @@ public class AllBeanRowMapper<T> implements RowMapper<T> { ...@@ -215,8 +215,6 @@ public class AllBeanRowMapper<T> implements RowMapper<T> {
Class<?> type = pd.getType(); Class<?> type = pd.getType();
try { try {
Object value = JdbcUtils.getResultSetValue(rs, index, type); Object value = JdbcUtils.getResultSetValue(rs, index, type);
// value = StringHelper.get(type,value);
if (configDb.isPrintMapper() && rowNumber == 0) { if (configDb.isPrintMapper() && rowNumber == 0) {
Log.info(AllBeanRowMapper.class, "Mapping column '%s' to property '%s' of type %s", column, pd.getName(), type); Log.info(AllBeanRowMapper.class, "Mapping column '%s' to property '%s' of type %s", column, pd.getName(), type);
} }
......
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