WIN-2308041133\Administrator 5 月之前
父節點
當前提交
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();
                 $model = new OilLevel();
                 $field = 'oil_level';
                 $field = 'oil_level';
                 $product_type = 1;
                 $product_type = 1;
-                $title = '节能油积分分红';
+                $title = '节能油团队奖励';
             }else{
             }else{
                 $model = new GiftLevel();
                 $model = new GiftLevel();
                 $field = 'gift_level';
                 $field = 'gift_level';
                 $product_type = 2;
                 $product_type = 2;
-                $title = '礼包积分分红';
+                $title = '礼包团队奖励';
             }
             }
 //                case 1:
 //                case 1:
 //                    $model = new OilLevel();
 //                    $model = new OilLevel();