kevin_zhangl 2 роки тому
батько
коміт
120bc87d54

+ 9 - 0
backendApi/modules/v1/models/lists/shop/OrderList.php

@@ -274,6 +274,15 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
                     },
                     'headerOther' => ['width' => '190'],
                 ],
+                'SEND_AT' => [
+                    'header' => '推送时间',
+                    'value' => function ($row) {
+                        return (new DateTime([
+                            'value' => $row['SEND_AT'],
+                        ]))->result();
+                    },
+                    'headerOther' => ['width' => '190'],
+                ],
                 'DELIVERY_AT' => [
                     'header' => '发货时间',
                     'value' => function ($row) {