Browse Source

fix: 商城奖品不自动发货

super-yimizi 1 month ago
parent
commit
0eb861ecfd
1 changed files with 0 additions and 3 deletions
  1. 0 3
      application/common/Service/lottery/LotteryService.php

+ 0 - 3
application/common/Service/lottery/LotteryService.php

@@ -795,9 +795,6 @@ class LotteryService
                 case LotteryEnum::PRIZE_TYPE_CODE:
                 case LotteryEnum::PRIZE_TYPE_CODE:
                     static::deliverExchangeCode($winRecord, $prize);
                     static::deliverExchangeCode($winRecord, $prize);
                     break;
                     break;
-                case LotteryEnum::PRIZE_TYPE_SHOP_GOODS:
-                    static::deliverGoods($winRecord, $prize);
-                    break;
             }
             }
         } catch (Exception $e) {
         } catch (Exception $e) {
             LotteryRecordService::markWinRecordAsFailed($winRecord, $e->getMessage());
             LotteryRecordService::markWinRecordAsFailed($winRecord, $e->getMessage());