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];