cqp 1 month ago
parent
commit
4b34b17cea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/ItemService.php

+ 1 - 1
app/Service/ItemService.php

@@ -398,7 +398,7 @@ class ItemService extends Service
         $customer = $msg;
         $customer = $msg;
 
 
         //节点信息
         //节点信息
-        $customer['node_list'] = $this->itemDetailBoard($data, $user);
+        $customer['node_list'] = $this->itemNodeBoard($data, $user);
 
 
         //文件归档
         //文件归档
         $customer['file_list'] = $this->getNodeFile($data, $user, $customer);
         $customer['file_list'] = $this->getNodeFile($data, $user, $customer);