正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -69,7 +69,7 @@ class ReplaceHtml extends Command | @@ -69,7 +69,7 @@ class ReplaceHtml extends Command | ||
| 69 | foreach ($replaceHtmlList as $v){ | 69 | foreach ($replaceHtmlList as $v){ |
| 70 | ProjectServer::useProject($v['project_id']); | 70 | ProjectServer::useProject($v['project_id']); |
| 71 | echo '开始,任务id:'.$v['id'].PHP_EOL; | 71 | echo '开始,任务id:'.$v['id'].PHP_EOL; |
| 72 | - if($v['source'] == 9){//单页面 | 72 | + if(($v['source'] == 9) && ($v['is_custom'] == 0)){//单页面 |
| 73 | $count = $this->createReplacePageHtmlLog($v); | 73 | $count = $this->createReplacePageHtmlLog($v); |
| 74 | }else{ | 74 | }else{ |
| 75 | $count = $this->createReplaceHtmlLog($v); | 75 | $count = $this->createReplaceHtmlLog($v); |
-
请 注册 或 登录 后发表评论