|
@@ -410,7 +410,7 @@ class My extends Core
|
|
|
$id = Dever::input('id');
|
|
|
$where['id'] = $id;
|
|
|
$where['shop_id'] = $this->shop_id;
|
|
|
- $this->data['config'] = Dever::db('main/sell_config')->find();
|
|
|
+ $this->data['config'] = Dever::db('main/manage_config')->find();
|
|
|
$this->data['info'] = Dever::db('cash/shop')->find($where);
|
|
|
$stat_type = Dever::db('cash/shop')->config['config_type'];
|
|
|
|