Commit 82bf407f authored by hujun's avatar hujun

日志 未定义数组元素

parent d884fb9e
......@@ -147,7 +147,7 @@ class Broker extends Basic
}
$content = $params['content'];
$labels_id = $params['labels_id'];
$labels_id = empty($params['labels_id']) ? 0 : $params['labels_id'];
$user_id = $params['user_id'];
$agent_id = $params['agent_id'];
$user_status = $params['user_status'];
......
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