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