|
...
|
...
|
@@ -306,8 +306,7 @@ class CustomTemplateLogic extends BaseLogic |
|
|
|
}else{
|
|
|
|
$param['html'] = $handleInfo['other'];
|
|
|
|
$param['html_style'] = null;
|
|
|
|
$type = BTemplate::COMMON_HEAD;
|
|
|
|
$typeSource = $this->getType($type);
|
|
|
|
$typeSource = $this->getType();
|
|
|
|
}
|
|
|
|
//查看当前数据是否还存在
|
|
|
|
$condition = ['template_id'=>$template_id,'source'=>$typeSource,'common_type'=>$type];
|
...
|
...
|
|