Commit c593d0f9 authored by clone's avatar clone

bug

parent 13816bd3
...@@ -78,7 +78,7 @@ class ChatMsg extends Model ...@@ -78,7 +78,7 @@ class ChatMsg extends Model
->limit($page_size) ->limit($page_size)
->page($page_no) ->page($page_no)
->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