...
|
...
|
@@ -492,7 +492,7 @@ class House extends Api |
|
|
|
|
|
$info = Db::name('user_house')->where('user_id',$param['user_id'])
|
|
|
->where('house_id',$param['house_id'])
|
|
|
->where('status',['in',[1,2]])
|
|
|
->where('status','in',[1,2])
|
|
|
->find();
|
|
|
if(empty($info)){
|
|
|
$param['createtime'] = time();
|
...
|
...
|
|