Commit 61b8a8bd authored by Quxl's avatar Quxl

x

parent 5db41e6a
......@@ -563,7 +563,7 @@ public class JdbcTemplate extends org.springframework.jdbc.core.JdbcTemplate {
for(Integer key : out.keySet()) {
Object value = cs.getObject(key);
out.get(key).setValue(value);
logger.debug("out parameter index=" + key + ", value=" + value);
logger.debug("Parameter out: index=" + key + ", value=" + value);
}
}
return datas;
......
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