作者 lyh

gx

... ... @@ -69,7 +69,7 @@ class ReplaceHtml extends Command
foreach ($replaceHtmlList as $v){
ProjectServer::useProject($v['project_id']);
echo '开始,任务id:'.$v['id'].PHP_EOL;
if($v['source'] == 9){//单页面
if(($v['source'] == 9) && ($v['is_custom'] == 0)){//单页面
$count = $this->createReplacePageHtmlLog($v);
}else{
$count = $this->createReplaceHtmlLog($v);
... ...