WIN-2308041133\Administrator hace 23 horas
padre
commit
f798343c76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/system/controller/Shop.php

+ 1 - 1
app/system/controller/Shop.php

@@ -138,7 +138,7 @@ class Shop extends BaseController
             'pay_postage',
             'paid',
             'status',
-            ['time', 'time', 'date("Y-m-d H:i:s",$1)'],
+            ['create_time', 'create_time', 'date("Y-m-d H:i:s",$1)'],
             ['pay_time', 'pay_time', function ($item) {
                 return empty($item) ? "-" : date('Y-m-d H:i:s', $item);
             }],