Commit 8a33149d authored by clone's avatar clone

1

parent 74b3d2ab
......@@ -643,7 +643,7 @@ class OPayLogModel extends Model
->limit($page_size)
->page($page_no)
->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