chengwl преди 5 години
родител
ревизия
70aff5e9ec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

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