|
@@ -34,7 +34,7 @@ class TemplateUpdater
|
|
trim($template_dist_id). '/' .
|
|
trim($template_dist_id). '/' .
|
|
ltrim($template_name, '/');
|
|
ltrim($template_name, '/');
|
|
}
|
|
}
|
|
- echo $template_name;exit;
|
|
|
|
|
|
+
|
|
|
|
|
|
// 查询 dist_appearance_publish_list 表的记录
|
|
// 查询 dist_appearance_publish_list 表的记录
|
|
$publishList = DistAppearancePublishList::where('dist_id', $dist->id)
|
|
$publishList = DistAppearancePublishList::where('dist_id', $dist->id)
|