正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -55,6 +55,7 @@ class ReplaceHtmlLog extends Command | @@ -55,6 +55,7 @@ class ReplaceHtmlLog extends Command | ||
| 55 | $replaceHtmlLogList = $replaceHtmlLogModel->list(['replace_id'=>$value['id'],'status'=>$replaceHtmlLogModel::STATUS]); | 55 | $replaceHtmlLogList = $replaceHtmlLogModel->list(['replace_id'=>$value['id'],'status'=>$replaceHtmlLogModel::STATUS]); |
| 56 | ProjectServer::useProject($value['project_id']); | 56 | ProjectServer::useProject($value['project_id']); |
| 57 | foreach ($replaceHtmlLogList as $v){ | 57 | foreach ($replaceHtmlLogList as $v){ |
| 58 | + echo date('Y-m-d H:i:s') . '子任务id :'.$v['id'] . PHP_EOL; | ||
| 58 | $this->replaceHtml($v); | 59 | $this->replaceHtml($v); |
| 59 | $replaceHtmlLogModel->edit(['status'=>$replaceHtmlLogModel::STATUS_END],['id'=>$v['id']]); | 60 | $replaceHtmlLogModel->edit(['status'=>$replaceHtmlLogModel::STATUS_END],['id'=>$v['id']]); |
| 60 | } | 61 | } |
-
请 注册 或 登录 后发表评论