正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -492,7 +492,7 @@ class House extends Api | @@ -492,7 +492,7 @@ class House extends Api | ||
492 | 492 | ||
493 | $info = Db::name('user_house')->where('user_id',$param['user_id']) | 493 | $info = Db::name('user_house')->where('user_id',$param['user_id']) |
494 | ->where('house_id',$param['house_id']) | 494 | ->where('house_id',$param['house_id']) |
495 | - ->where('status',['in',[1,2]]) | 495 | + ->where('status','in',[1,2]) |
496 | ->find(); | 496 | ->find(); |
497 | if(empty($info)){ | 497 | if(empty($info)){ |
498 | $param['createtime'] = time(); | 498 | $param['createtime'] = time(); |
-
请 注册 或 登录 后发表评论