wesmiler 4 달 전
부모
커밋
64e0c12121
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/Services/Common/OrderService.php

+ 2 - 0
app/Services/Common/OrderService.php

@@ -641,6 +641,8 @@ class OrderService extends BaseService
         $updateData = [
             'status' => 2, // 已付款
             'transaction_id' => $transactionId ?: 'PAY' . time() . rand(1000, 9999),
+            'pay_at'=> date('Y-m-d H:i:s'),
+            'remark'=> '人工审核支付',
             'update_time' => time()
         ];