Commit e74505b7 authored by hujun's avatar hujun

成交记录统计apply_id

parent 51305dd9
......@@ -26,7 +26,7 @@ class Remarks extends Model
$result = $this->field($field)
->where('shopuser_id', $agent_id)
->where($params)
->group('house_id')
->group('apply_id')
->limit($pageSize)
->order($order_)
->page($pageNo)
......@@ -67,7 +67,7 @@ class Remarks extends Model
public function getJournalHouseInfoId($fields = '', $params) {
$result = $this->field($fields)
->where($params)
->group('house_id')
->group('apply_id')
->select();
return $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