|
|
|
@ -129,6 +129,7 @@ class Customer extends ApiCommon
|
|
|
|
|
$data['flow_id'] = $customerCheck['flow_id'];
|
|
|
|
|
$data['owner_user_id']=$customerCheck['user_id'];
|
|
|
|
|
$data['customer_check_id']=$customerCheck['customer_check_id'];
|
|
|
|
|
$data['apply_user_name']=db('admin_user')->where('id', $customerCheck['create_user_id'])->column("username");
|
|
|
|
|
}
|
|
|
|
|
return resultArray(['data' => $data]);
|
|
|
|
|
}
|
|
|
|
|