|
@@ -60,7 +60,7 @@ class Merchant
|
|
|
public function getInfo($account_id, $project_id, $id, $parent)
|
|
|
{
|
|
|
$table = array();
|
|
|
- $table['head'] = array('银联商户号', '银联用户号', '平台分账百分比', '操作');
|
|
|
+ $table['head'] = array('银联商户号', '操作');
|
|
|
$table['body'] = array();
|
|
|
|
|
|
$where = array();
|
|
@@ -110,8 +110,6 @@ class Merchant
|
|
|
}
|
|
|
|
|
|
$table['body'][$k][] = $v['mid'];
|
|
|
- $table['body'][$k][] = $v['merno'];
|
|
|
- $table['body'][$k][] = $v['cash_per'] . '%';
|
|
|
$table['body'][$k][] = $oper;
|
|
|
}
|
|
|
}
|