chengwl 5 years ago
parent
commit
70aff5e9ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

@@ -163,7 +163,7 @@ class SiteController extends Controller
                     }
                     }
                     $receiptdate=str_replace('.','-',$item['B'])??'';
                     $receiptdate=str_replace('.','-',$item['B'])??'';
                     $data[]=[
                     $data[]=[
-                        $receiptdate,
+                        strtotime($receiptdate),
                         $item['C'],
                         $item['C'],
                         $item['D'],
                         $item['D'],
                         $item['E'],
                         $item['E'],