|
@@ -416,7 +416,7 @@ class My extends Core
|
|
$this->data['info']['name'] = Dever::load('cash/lib/set')->statDate($stat_type, $this->data['info']['day']);
|
|
$this->data['info']['name'] = Dever::load('cash/lib/set')->statDate($stat_type, $this->data['info']['day']);
|
|
Dever::setInput('day', $this->data['info']['day']);
|
|
Dever::setInput('day', $this->data['info']['day']);
|
|
list($this->data['info']['start'], $this->data['info']['end']) = Dever::month();
|
|
list($this->data['info']['start'], $this->data['info']['end']) = Dever::month();
|
|
- $this->data['info']['status_name'] = $type[$this->data['info']['shop_status']];
|
|
|
|
|
|
+ $this->data['info']['status_name'] = $status[$this->data['info']['shop_status']];
|
|
|
|
|
|
$where = array();
|
|
$where = array();
|
|
$where['type'] = 1;
|
|
$where['type'] = 1;
|