hzd 3 月之前
父节点
当前提交
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];