cqp 3 недель назад
Родитель
Сommit
6f93499789
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      app/Service/ItemService.php

+ 3 - 3
app/Service/ItemService.php

@@ -97,9 +97,9 @@ class ItemService extends Service
             'item_node_mission' => ItemNodeMission::class,
         ];
         $field = [
-            'item' => ['id','code', 'title', 'start_time', 'end_time', 'charge_id', 'state', 'crt_id','progress'],
-            'item_node' => ['id','code', 'title', 'start_time', 'end_time', 'charge_id', 'state', 'crt_id','progress'],
-            'item_node_mission' => ['id','code', 'title', 'start_time', 'end_time', 'charge_id', 'state', 'progress', 'crt_id'],
+            'item' => ['id','code', 'title', 'start_time', 'end_time', 'charge_id', 'state', 'crt_id','progress', 'priority_id'],
+            'item_node' => ['id','code', 'title', 'start_time', 'end_time', 'charge_id', 'state', 'crt_id','progress', 'priority_id'],
+            'item_node_mission' => ['id','code', 'title', 'start_time', 'end_time', 'charge_id', 'state', 'progress', 'crt_id', 'priority_id'],
         ];
         $search = [
             'item' => "(item_id = {$data['id']})",