|
...
|
...
|
@@ -124,6 +124,8 @@ class BTemplateLogic extends BaseLogic |
|
|
|
$bTemplateComModel = new BTemplateCom();
|
|
|
|
$condition['source'] = $commonHead;
|
|
|
|
$condition['common_type'] = BTemplate::COMMON_HEAD;
|
|
|
|
var_dump($condition);
|
|
|
|
die();
|
|
|
|
$headComInfo = $bTemplateComModel->read($condition);
|
|
|
|
if($headComInfo === false){
|
|
|
|
//取默认公共的
|
...
|
...
|
|