From 2b0a830147522deab14aa97868c7201352136119 Mon Sep 17 00:00:00 2001 From: shenquanyi Date: Mon, 3 Jun 2024 16:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AF=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/model/content/ContentModel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/admin/model/content/ContentModel.php b/apps/admin/model/content/ContentModel.php index debd538..2f31e27 100644 --- a/apps/admin/model/content/ContentModel.php +++ b/apps/admin/model/content/ContentModel.php @@ -16,8 +16,8 @@ class ContentModel extends Model protected $scodes = array(); - public static $TagDefault = "智慧养殖设备,智慧畜牧设备,养殖穿戴设备,养殖设备厂家,养殖设备生产"; - public static $KeywordsDefault = "智慧养殖设备,智慧畜牧设备,养殖穿戴设备,养殖设备厂家,养殖设备生产"; + public static $TagDefault = "分子育种,育种改良,畜牧基因监测,冻精分选,基因育种"; + public static $KeywordsDefault = "分子育种,育种改良,畜牧基因监测,冻精分选,基因育种"; // 获取文章列表 public function getList($mcode, $where = array())