zz 6 years ago
parent
commit
1c0a4fb208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/channelCpcCode.php

+ 1 - 1
app/Console/Commands/channelCpcCode.php

@@ -48,7 +48,7 @@ class channelCpcCode extends Command
         $result = CompanyService::getAllCompanyCpcCode();
         foreach ($result as $item){
            $channels = ChannelService::getByChannelUserId($item->id);
-            $code = empty($item->channel)?'zw015':$item->channel;
+            $code = empty($item->channel)?'zw001':$item->channel;
            if($channels->isNotEmpty()){
                foreach ($channels as $channel) {
                    Redis::hset('channel:setting:'.$channel->id,'cpc_channel',$code);