|
@@ -80,7 +80,10 @@ class My extends Core
|
|
|
$total += $v['daijiaofu'];
|
|
|
}
|
|
|
}
|
|
|
- $audit['date'] = date('Y.m.d H:i', $date);
|
|
|
+ if ($date) {
|
|
|
+ $audit['date'] = date('Y.m.d H:i', $date);
|
|
|
+ }
|
|
|
+
|
|
|
$total = number_format($total, 2, '.', '');
|
|
|
|
|
|
$this->data['audit'] = $audit;
|