Commit 65254ff6 authored by clone's avatar clone

bug

parent 5f8742e3
...@@ -130,7 +130,7 @@ class Agent extends Basic ...@@ -130,7 +130,7 @@ class Agent extends Basic
$aBD = new ABindingDevice(); $aBD = new ABindingDevice();
$params["agent_id"] = $agent_id; $params["agent_id"] = $agent_id;
$field = "id,agent_id,device_id,model,is_forbidden,create_time,update_time"; $field = "id,agent_id,device_id,model,is_forbidden,is_pc,create_time,update_time";
$result = $aBD->getDeviceByAgentId($params,$field); $result = $aBD->getDeviceByAgentId($params,$field);
if(count($result) > 0){ if(count($result) > 0){
......
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