WIN-2308041133\Administrator 1 년 전
부모
커밋
c6efc10545
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/common/repositories/store/order/StoreOrderRepository.php

+ 2 - 2
app/common/repositories/store/order/StoreOrderRepository.php

@@ -1450,12 +1450,12 @@ class StoreOrderRepository extends BaseRepository
                 $model = new OilLevel();
                 $field = 'oil_level';
                 $product_type = 1;
-                $title = '节能油积分分红';
+                $title = '节能油团队奖励';
             }else{
                 $model = new GiftLevel();
                 $field = 'gift_level';
                 $product_type = 2;
-                $title = '礼包积分分红';
+                $title = '礼包团队奖励';
             }
 //                case 1:
 //                    $model = new OilLevel();