Commit 26935145 authored by clone's avatar clone

bug

parent 8e1f8b19
...@@ -63,7 +63,7 @@ class BargainService ...@@ -63,7 +63,7 @@ class BargainService
$result = $bargainModel->selectBargainList($filed, $condition, $pageNo, $pageSize); $result = $bargainModel->selectBargainList($filed, $condition, $pageNo, $pageSize);
$convertResult ["total"] = count($result); $convertResult ["total"] = count($result);
$convertResult = $this->convert($is_my_correlation, $result); $convertResult ["result"] = $this->convert($is_my_correlation, $result);
return $convertResult; return $convertResult;
} }
......
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