|
@@ -372,6 +372,7 @@ class My extends Core
|
|
|
|
|
|
if ($this->data['data']) {
|
|
|
foreach ($this->data['data'] as $k => $v) {
|
|
|
+ $this->data['data'][$k]['cash'] = round($v['cash'], 2);
|
|
|
$this->data['data'][$k]['name'] = Dever::load('cash/lib/set')->statDate($stat_type, $v['day']);
|
|
|
$v['day'] = date('Y-m-d', $v['day']);
|
|
|
Dever::setInput('day', $v['day']);
|
|
@@ -432,6 +433,7 @@ class My extends Core
|
|
|
}
|
|
|
|
|
|
$start = $end = '';
|
|
|
+ $this->data['info']['cash'] = round($this->data['info']['cash'], 2);
|
|
|
$this->data['info']['name'] = Dever::load('cash/lib/set')->statDate($stat_type, $this->data['info']['day']);
|
|
|
$this->data['info']['day'] = date('Y-m-d', $this->data['info']['day']);
|
|
|
Dever::setInput('day', $this->data['info']['day']);
|