Browse Source

修改工单详情

dongxiaoqin 9 months ago
parent
commit
f690262312
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/adminapi/logic/works/ServiceWorkLogic.php

+ 1 - 1
app/adminapi/logic/works/ServiceWorkLogic.php

@@ -614,7 +614,7 @@ class ServiceWorkLogic extends BaseLogic
             'serviceWorkLog' =>function(Query $query){
                 $query->field('id,work_id,opera_log,create_time');
             }
-        ])->append(['id','work_status_text','service_status_text'])
+        ])->append(['id','work_status_text','service_status_text','external_platform_text'])
             ->where($work_where)
             ->findOrEmpty()->toArray();
         $result['is_operate_prohibit'] = 0;