作者 lyh

gx

@@ -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)){