|
...
|
...
|
@@ -98,7 +98,7 @@ class BProjectComConfigLogic extends BaseLogic |
|
|
|
public function initPageParamData(&$data){
|
|
|
|
$initPageParam = $this->model->initPageParam;
|
|
|
|
foreach($initPageParam as $key => $value){
|
|
|
|
$info = $this->model->read(['source'=>$value,'is_list'=>self::IS_DETAIL,'is_custom'=>BTemplate::IS_NO_CUSTOM],['name','source','is_list','is_custom','header_status','footer_status']);
|
|
|
|
$info = $this->model->read(['source'=>$value,'is_list'=>self::IS_DETAIL,'is_custom'=>BTemplate::IS_NO_CUSTOM],['id','name','source','is_list','is_custom','header_status','footer_status']);
|
|
|
|
if($info !== false){
|
|
|
|
$data[] = $info;
|
|
|
|
}else{
|
...
|
...
|
|