Commit e9f426f4 authored by zw's avatar zw

成交报告收款记录

parent e483ddc3
...@@ -282,7 +282,7 @@ class GHousesToAgents extends BaseModel ...@@ -282,7 +282,7 @@ class GHousesToAgents extends BaseModel
->join('a_agents b', 'a.agents_id = b.id', 'left') ->join('a_agents b', 'a.agents_id = b.id', 'left')
->where($params) ->where($params)
->select(); ->select();
echo $this->getLastSql(); // echo $this->getLastSql();
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