正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -44,7 +44,7 @@ class SubjoinInsuranceModel extends Model | @@ -44,7 +44,7 @@ class SubjoinInsuranceModel extends Model | ||
44 | } | 44 | } |
45 | public function selectData2($where){ | 45 | public function selectData2($where){ |
46 | $where['delete_time'] = ['eq',0]; | 46 | $where['delete_time'] = ['eq',0]; |
47 | - $data = $this->where($where)->select()->toArray(); | 47 | + $data = $this->where($where)->select(); |
48 | return $data; | 48 | return $data; |
49 | } | 49 | } |
50 | public function findData($where){ | 50 | public function findData($where){ |
-
请 注册 或 登录 后发表评论