|
...
|
...
|
@@ -166,7 +166,7 @@ class AddFansRepository |
|
|
|
// 导出加粉数据订单明细
|
|
|
|
public function getEditOrderColumn(array $data)
|
|
|
|
{
|
|
|
|
$data = OrderTask::where('id','=',$data['id'])->select('id','task_name','order_id','config_id','fans_age_start','fans_age_end','invite_limit','total_target','fans_sex','fans_country','fans_location','fans_language','comment_avatar_content','say_hello_content','say_hello_limit_num','is_open_say_hello')->first();
|
|
|
|
$data = OrderTask::where('id','=',$data['id'])->select('id','task_name','order_id','config_id','fans_age_start','fans_age_end','invite_limit','total_target','fans_sex','fans_country','fans_location','fans_language','comment_avatar_content','say_hello_content','say_hello_limit_num','is_open_say_hello','chat_forward_type')->first();
|
|
|
|
return $data->toArray();
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|