Commit fb807b73 authored by shiyu's avatar shiyu

二期版本

parent f456d403
...@@ -145,6 +145,7 @@ public class CategoryDaoImpl implements CategoryDao { ...@@ -145,6 +145,7 @@ public class CategoryDaoImpl implements CategoryDao {
} }
@Override @Override
public List<Category> findByPage(CategorySearchRequestDto dto) { public List<Category> findByPage(CategorySearchRequestDto dto) {
CategoryExample example = new CategoryExample(); CategoryExample example = new CategoryExample();
......
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