hzd 3 месяцев назад
Родитель
Сommit
a6ae2c751f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      application/common/model/PhOrderPay.php

+ 2 - 1
application/common/model/PhOrderPay.php

@@ -20,7 +20,8 @@ class PhOrderPay extends Base
             'type' => 2,
             'cate' => 1,
             'status' => 0,
-            'create_time' => date('Y-m-d H:i:s')
+            'create_time' => date('Y-m-d H:i:s'),
+            'bus_type' => $busType
         ];
 
         $map[] = ['id','=',$orderId];