|
@@ -13,7 +13,7 @@ class CmsContentTemplate extends BaseModel
|
|
* 可被批量赋值的字段
|
|
* 可被批量赋值的字段
|
|
* @var array
|
|
* @var array
|
|
*/
|
|
*/
|
|
- protected $fillable = ['city_id','city_name','title','apply_type','is_open'];
|
|
|
|
|
|
+ protected $fillable = ['city_id','city_name','title','apply_type','is_open','status'];
|
|
|
|
|
|
//一对多关联模板内容表
|
|
//一对多关联模板内容表
|
|
public function cmsContentTemplateSet()
|
|
public function cmsContentTemplateSet()
|