Commit 8e1f8b19 authored by clone's avatar clone

bug

parent 7bcd4056
......@@ -61,7 +61,10 @@ class BargainService
d.id as house_id,d.internal_title,d.internal_address";
$result = $bargainModel->selectBargainList($filed, $condition, $pageNo, $pageSize);
return $this->convert($is_my_correlation, $result);
$convertResult ["total"] = count($result);
$convertResult = $this->convert($is_my_correlation, $result);
return $convertResult;
}
private function convert($is_my_correlation, $result)
......
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