记得上下班打卡 | git大法好,push需谨慎

Commit 58bfcb62 authored by 张国柄's avatar 张国柄

~thread.pagehelper.del;

parent 48cdaa0c
......@@ -33,7 +33,7 @@ public class SweetPerformanceAppServiceImpl extends ServiceImpl<SweetPerformance
try {
size = 20;
List<SweetPerformanceShowVo> data = new ArrayList<>();
PageHelper.startPage(page, size);
// PageHelper.startPage(page, size);
LocalDateTime time = LocalDateTime.now();
List<SweetPerformanceShow> performanceARList = redisUtils.getPerformanceAR();
for (SweetPerformanceShow performanceShow : performanceARList) {
......
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