zz 6 년 전
부모
커밋
1c0a4fb208
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);