作者 Cool
1 个管道 的构建 通过 耗费 1 秒

加入社区接口调整

... ... @@ -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();
... ...