@@ -80,14 +80,14 @@ return array
(
'type' => 'int-11',
'name' => '所属项目',
- 'default' => '-1',
+ 'default' => '',
'desc' => '所属项目',
'match' => 'option',
'search' => 'select',
'update' => 'radio',
'control_url' => 'pay/yspay/merchant.selectRelate',
'option' => $project,
- 'list' => true,
+ //'list' => true,
'show' => 'type=1',
),