family пре 1 година
родитељ
комит
160310d8a3
1 измењених фајлова са 2 додато и 2 уклоњено
  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
     /**