|
@@ -1476,7 +1476,7 @@ class Database
|
|
|
$param['option_' . $k] = 'null';
|
|
|
} elseif ($v == 'no') {
|
|
|
# 无值
|
|
|
- $param['option'][$k] = array('yes', '=');
|
|
|
+ //$param['option'][$k] = array('yes', '=');
|
|
|
$param['option_' . $k] = 'null';
|
|
|
} elseif (strpos($v, '|')) {
|
|
|
# 有无值或者自定义的值
|