|
|
@@ -70,6 +70,8 @@ public class StorageDailyController {
|
|
70
|
70
|
PageHelper.startPage(pageNum, pageSize);
|
|
71
|
71
|
}
|
|
72
|
72
|
|
|
|
73
|
+ example.setOrderByClause("check_time desc");
|
|
|
74
|
+
|
|
73
|
75
|
List<StorageDailycheck> list = storageDailyService.findStorageDailycheck(example);
|
|
74
|
76
|
PageInfo<StorageDailycheck> pageInfo = new PageInfo<StorageDailycheck>(list);
|
|
75
|
77
|
return pageInfo;
|