Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be8d33c

Browse files
committed
。。。
1 parent 6afa8c7 commit be8d33c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/com/bookshop/serviceImpl/BooksServiceImpl.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,10 @@ public List<Books> getBookByConditions(String category, String saleNum, String d
217217
// TODO Auto-generated method stub
218218
return dao.getBookByConditions(category, saleNum, discount, newset, price, lowestPrice, highestPrice);
219219
}
220+
221+
@Override
222+
public List<Books> getdiscountBookWithLimit(int count) {
223+
// TODO Auto-generated method stub
224+
return dao.getdiscountBookWithLimit(count);
225+
}
220226
}

0 commit comments

Comments
 (0)