From 9baea40770e4ffe131b9719794b9f7bd89c498d9 Mon Sep 17 00:00:00 2001 From: "yangsai@163.com" <2624183217@qq.com> Date: Mon, 20 May 2024 14:22:54 +0800 Subject: [PATCH] YS --- application/models/NewSquirrel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/NewSquirrel.php b/application/models/NewSquirrel.php index 3b0c1a8..eb53d2e 100644 --- a/application/models/NewSquirrel.php +++ b/application/models/NewSquirrel.php @@ -7,7 +7,7 @@ class NewSquirrelModel extends Orm_Base{ 'birthday' => array('type' => "int(11)",'comment' => '小鼠生日'), 'father' => array('type' => "varchar(255)",'comment' => '小鼠父亲'), 'mother' => array('type' => "varchar(255)",'comment' => '小鼠母亲'), - 'strains_' => array('type' => "varchar(255)",'comment' => '小鼠品系'), + 'strains' => array('type' => "varchar(255)",'comment' => '小鼠品系'), 'gene' => array('type' => "varchar(255)",'comment' => '小鼠基因'), 'remark' => array('type' => "int(11)",'comment' => '备注'), 'is_fen' => array('type' => "varchar(255)",'comment' => '是否杀死'),