|
@@ -200,6 +200,7 @@ return array
|
|
'level_id' => array('yes', '<'),
|
|
'level_id' => array('yes', '<'),
|
|
'price' => array('yes', '>'),
|
|
'price' => array('yes', '>'),
|
|
'noid' => array('yes-id', 'not in'),
|
|
'noid' => array('yes-id', 'not in'),
|
|
|
|
+ 'no_level_id' => array('yes-level_id', 'not in'),
|
|
'status' => 'yes',
|
|
'status' => 'yes',
|
|
'state' => 1,
|
|
'state' => 1,
|
|
),
|
|
),
|