正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -84,6 +84,8 @@ class ReplaceHtml extends Command | @@ -84,6 +84,8 @@ class ReplaceHtml extends Command | ||
| 84 | 'source_id'=>$v['id'], | 84 | 'source_id'=>$v['id'], |
| 85 | 'is_custom'=>$info['is_custom'], | 85 | 'is_custom'=>$info['is_custom'], |
| 86 | 'is_list'=>$info['is_list'], | 86 | 'is_list'=>$info['is_list'], |
| 87 | + 'created_at'=>date('Y-m-d H:i:s'), | ||
| 88 | + 'updated_at'=>date('Y-m-d H:i:s') | ||
| 87 | ]; | 89 | ]; |
| 88 | } | 90 | } |
| 89 | if(!empty($saveData)){ | 91 | if(!empty($saveData)){ |
-
请 注册 或 登录 后发表评论