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