Browse Source

add to local

stanley-king 6 năm trước cách đây
mục cha
commit
91f8410596
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data/model/room.model.php

+ 1 - 1
data/model/room.model.php

@@ -61,7 +61,7 @@ class roomModel extends Model
 
     public function getChatwoMsgList($condition, $pagesize = '', $field = '*', $order = 'msg_id desc',$master = false)
     {
-        return $this->table('room_chatwo_msg')->field($field)->where($condition)->page($pagesize)->order($order)->limit($pagesize)->master($master)->select();
+        return $this->table('room_chatwo_msg')->field($field)->where($condition)->order($order)->limit($pagesize)->master($master)->select();
     }
 
     public function getUserRoomMsg($room_id,$userid,$msg_type)