dever 3 년 전
부모
커밋
d172708848
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      app/shop/database/sell_order.php
  2. 1 1
      app/shop/lib/Sell.php

+ 1 - 0
app/shop/database/sell_order.php

@@ -74,6 +74,7 @@ return array
     'lang' => '销售订单',
     'order' => 100,
     'status' => $status,
+    'status_manage' => $status_manage,
     'pay_method' => $pay_method,
     'pay_type' => $pay_type,
     'method' => $method,

+ 1 - 1
app/shop/lib/Sell.php

@@ -973,7 +973,7 @@ class Sell
         $tk_status = Dever::db('shop/sell_order_refund')->config['status'];
         $tk_process = Dever::db('shop/sell_order_refund')->config['process'];
 
-        $status = $config['status'][$info['status']];
+        $status = $config['status_manage'][$info['status']];
 
         $tk = Dever::db('shop/sell_order_refund')->find(array('order_id' => $info['id'], 'type' => 1));