Commit 29091a30 authored by zhuwei's avatar zhuwei

bug

parent 99570dea
......@@ -1411,7 +1411,7 @@ class OBargainModel extends Model
->limit($pageSize)
->page($pageNo)
->select();
echo $this->db_->getLastSql();
//echo $this->db_->getLastSql();
return $result;
}
......
......@@ -199,7 +199,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