Skip to content

Commit

Permalink
首次修改
Browse files Browse the repository at this point in the history
  • Loading branch information
lzwzzy committed Apr 25, 2017
1 parent 9a297a6 commit 55734b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/seckill/dao/SeckillDaoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void queryById() throws Exception {

@Test
public void queryAll() throws Exception {
List<Seckill> seckills = seckillDao.queryAll(0, 4);
List<Seckill> seckills = seckillDao.queryAll(0, 3);
for (Seckill s :
seckills) {
System.out.println(s);
Expand Down

0 comments on commit 55734b3

Please sign in to comment.