WIN-2308041133\Administrator 5 ヶ月 前
コミット
c6efc10545

+ 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();