Commit 90e020df authored by youjj's avatar youjj

1

parent e9a61fa8
...@@ -107,5 +107,4 @@ public abstract class BaseBiz<M extends Mapper<T>, T> { ...@@ -107,5 +107,4 @@ public abstract class BaseBiz<M extends Mapper<T>, T> {
List<T> list = mapper.selectByExample(example); List<T> list = mapper.selectByExample(example);
return new TableResultResponse<T>(result.getTotal(), list); return new TableResultResponse<T>(result.getTotal(), list);
} }
} }
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