소스 검색

全部类型:

afa 4 달 전
부모
커밋
fb61768b5a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/common/model/ProductOrder.php

+ 1 - 0
application/common/model/ProductOrder.php

@@ -203,6 +203,7 @@ class ProductOrder extends Model
             ['type_id'=>self::Popular,  'status'=> self::Closure,  'text' => __('已关闭')],
             ['type_id'=>self::Transfer, 'status'=> self::Transferred,'text' => __('转让中')],
             ['type_id'=>self::Giveaway, 'status'=> self::Closure, 'text' => __('已赠送')],
+            ['type_id'=>self::Giveaway, 'status'=> self::Paid, 'text' => __('受赠')],
             ['type_id'=>self::Transfer, 'status'=> self::Closure, 'text' => __('已转让')], 
             ['type_id'=>self::Popular, 'status' => self::Shipped, 'text' => __('已提货')],
             ['type_id'=>self::Transfer, 'status'=> self::Cancelled,'text' => __('已取消')],