Commit 3459439e authored by zhuwei's avatar zhuwei

bug

parent 3994d3b3
...@@ -87,7 +87,6 @@ class PerformanceInfo extends Basic ...@@ -87,7 +87,6 @@ class PerformanceInfo extends Basic
$field .= 'District.district_name,'; $field .= 'District.district_name,';
$field .= 'Houses.landmark,'; $field .= 'Houses.landmark,';
$field .= 'Oorder.house_id'; $field .= 'Oorder.house_id';
dump($where);
$return = $this->oBargainModel->performancelInfo($where,$field,$pageSize,$pageNo); $return = $this->oBargainModel->performancelInfo($where,$field,$pageSize,$pageNo);
$return_total = $this->oBargainModel->performancelInfoTotal($where,$field); $return_total = $this->oBargainModel->performancelInfoTotal($where,$field);
$field = 'sum(Obargain.scale_fee) as scale_fee_sum'; $field = 'sum(Obargain.scale_fee) as scale_fee_sum';
......
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