Przeglądaj źródła

去掉多余参数

family 1 rok temu
rodzic
commit
160310d8a3

+ 2 - 2
app/command/GreatLifeOrderIndependentAccount.php

@@ -28,8 +28,8 @@ class GreatLifeOrderIndependentAccount extends Command
28
 
28
 
29
     protected function execute(Input $input, Output $output)
29
     protected function execute(Input $input, Output $output)
30
     {
30
     {
31
-        // @todo 会员专区、精彩生活区订单分账,496:会员专区,439:精品生活区
32
-        $this->doGreatLifeOrderIndependentAccount([439, 496]);
31
+        // @todo 精彩生活区订单分账
32
+        $this->doGreatLifeOrderIndependentAccount([439]);
33
     }
33
     }
34
 
34
 
35
     /**
35
     /**