Commit cd0a22d1 authored by zhuwei's avatar zhuwei

bug

parent 9704fa05
......@@ -117,7 +117,7 @@ class PerformanceService
$arr = [];
$field = "a.name,a.img,b.store_name,c.district_name";
$num = ($pageNo - 1) * 10;
$num = ($pageNo - 1) * $pageSize;
foreach ($result as $key => $value) {
......
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