Commit 0dddb4ab authored by clone's avatar clone

sql

parent 1a28e198
......@@ -180,7 +180,7 @@ class OPartialCommission extends BaseModel
->where($params)
->order("a.create_time desc")
->select();
echo $this->getLastSql();
//echo $this->getLastSql();
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