|
@@ -22,7 +22,7 @@ $role = function()
|
|
|
$new_shop = Dever::input('search_option_new_shop_id');
|
|
|
$group = 't_1.mid,t_1.new_shop_id';
|
|
|
if ($new_shop) {
|
|
|
- $group = 't_1.mid';
|
|
|
+ Dever::input('search_option_status', 1);
|
|
|
}
|
|
|
$admin = Dever::load('manage/auth.info');
|
|
|
$admin_auth = false;
|
|
@@ -235,6 +235,7 @@ return array
|
|
|
'start' => array('yes-cdate','>='),
|
|
|
'end' => array('yes-cdate','<='),
|
|
|
'new_shop_id' => 'yes',
|
|
|
+ 'status' => 1,
|
|
|
'state' => 1,
|
|
|
),
|
|
|
'type' => 'all',
|