作者 lyh

gx

@@ -51,7 +51,6 @@ class HeaderFooter extends Command @@ -51,7 +51,6 @@ class HeaderFooter extends Command
51 ProjectServer::useProject($v['id']); 51 ProjectServer::useProject($v['id']);
52 DB::table('gl_web_template_com')->truncate(); 52 DB::table('gl_web_template_com')->truncate();
53 $templateComModel = new BTemplateCom(); 53 $templateComModel = new BTemplateCom();
54 - $templateComModel->truncate();  
55 $this->saveTemplateCom($v['id']); 54 $this->saveTemplateCom($v['id']);
56 DB::disconnect('custom_mysql'); 55 DB::disconnect('custom_mysql');
57 } 56 }