Commit e9ad9b4b authored by hujun's avatar hujun

labels_id

parent 7d6e558a
......@@ -80,7 +80,7 @@ class HomePageLog extends Basic
$pageNo = empty($params['pageNo']) ? 1 : $params['pageNo'];
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
$field = "id,user_id,agent_id,type,content,create_time,user_status";
$field = "id,user_id,agent_id,type,content,create_time,user_status,labels_id";
$where_ = [];
$where = ' 1=1 ';
if (!empty($params["search_content"])) {
......
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