Commit 98dbb667 authored by jianghaiming's avatar jianghaiming

update:set

parent 95e2c38a
...@@ -160,7 +160,7 @@ class MarketingService ...@@ -160,7 +160,7 @@ class MarketingService
unset($where['LIMIT']); unset($where['LIMIT']);
unset($where['ORDER']); unset($where['ORDER']);
$count = Marketing::getCount($where); $count = Marketing::getCount($where);
$data = ['result' => $list,'count' => $count]; $data = ['result' => $lists,'count' => $count];
return $data; return $data;
} }
......
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