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