|
|
@@ -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;
|