|
...
|
...
|
@@ -55,6 +55,7 @@ class ReplaceHtmlLog extends Command |
|
|
|
$replaceHtmlLogList = $replaceHtmlLogModel->list(['replace_id'=>$value['id'],'status'=>$replaceHtmlLogModel::STATUS]);
|
|
|
|
ProjectServer::useProject($value['project_id']);
|
|
|
|
foreach ($replaceHtmlLogList as $v){
|
|
|
|
echo date('Y-m-d H:i:s') . '子任务id :'.$v['id'] . PHP_EOL;
|
|
|
|
$this->replaceHtml($v);
|
|
|
|
$replaceHtmlLogModel->edit(['status'=>$replaceHtmlLogModel::STATUS_END],['id'=>$v['id']]);
|
|
|
|
}
|
...
|
...
|
|