Bläddra i källkod

去掉多余参数

family 1 år sedan
förälder
incheckning
160310d8a3
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      app/command/GreatLifeOrderIndependentAccount.php

+ 2 - 2
app/command/GreatLifeOrderIndependentAccount.php

@@ -28,8 +28,8 @@ class GreatLifeOrderIndependentAccount extends Command
28 28
 
29 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
     /**