rabin hace 1 año
padre
commit
707bca6b12
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      database/yspay_merchant.php

+ 2 - 2
database/yspay_merchant.php

@@ -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',
         ),