作者 lyh

更新头部底部分开

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