소스 검색

充值订单归类

gorden 5 달 전
부모
커밋
42feee1ef0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/admin/controller/order/PayDetailController.php

+ 1 - 0
app/admin/controller/order/PayDetailController.php

@@ -347,6 +347,7 @@ class PayDetailController extends Curd
                 'order_amount_pay' => $data['pay_amount'],
                 'order_amount_json' => '{"tax": 0, "freight": 0}',
                 'order_status_payment' => 'SUCCESS',
+                'order_classify' => 'RECHARGE',
                 'order_category' => 'RECHARGE',
                 'order_status_system' => 'PAYING',
                 'order_status_storage' => 'PENDING',