Skip to content

Commit 88c10ea

Browse files
committed
Merge branch 'master' of github.com:nutzam/nutz
2 parents 350fed4 + fff55c0 commit 88c10ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/nutz/dao/util/Daos.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static int getColumnIndex(ResultSetMetaData meta, String colName) throws
124124
if (meta.getColumnName(i).equalsIgnoreCase(colName))
125125
return i;
126126
// TODO 尝试一下meta.getColumnLabel?
127-
log.infof("Can not find @Column(%s) in table/view (%s)", colName, meta.getTableName(1));
127+
log.debugf("Can not find @Column(%s) in table/view (%s)", colName, meta.getTableName(1));
128128
throw Lang.makeThrow(SQLException.class, "Can not find @Column(%s)", colName);
129129
}
130130

0 commit comments

Comments
 (0)