Commit 786c4a1d authored by yanzg's avatar yanzg

接口文档的支持

parent a70962da
......@@ -130,7 +130,7 @@ public class DbExecuteImpl implements DbExecute {
*/
@Override
public List<MapRow> query(Class targetClass, String sqlName, String sql, Object... paras) {
return query(targetClass, MapRow.class, sql, sqlName, paras);
return query(targetClass, MapRow.class, sqlName, 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