hzd 3 months ago
parent
commit
a6ae2c751f
1 changed files with 2 additions and 1 deletions
  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];