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

+ 1 - 1
app/shop/database/buy_order.php

@@ -10,7 +10,7 @@ $status = array
     6 => '已完成(有退款)',
     7 => '已取消',
     8 => '已退款',
-    11 => '已过期',
+    11 => '已取消',
 );
 
 $refund_status = array

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

@@ -31,7 +31,7 @@ $status = array
     6 => '已完成(有退款)',
     7 => '已取消',
     8 => '已退款',
-    11 => '已过期',
+    11 => '已取消',//已过期
 );
 
 //1待支付2支付成功3处理中4待确认5已完成6已完成(有退款)7已取消8已退款11已过期

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

@@ -102,7 +102,7 @@ class Sell
         }
         $result['search']['status'][] = array('value' => 8, 'name' => '退款');
         $result['search']['status'][] = array('value' => '5,6', 'name' => '已完成');
-        $result['search']['status'][] = array('value' => 7, 'name' => '已取消');
+        $result['search']['status'][] = array('value' => '7,11', 'name' => '已取消');
 
 
         $result['search']['method'] = array