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

合并分支 'Branch_liuzhen' 到 'master'

加入社区接口调整



查看合并请求 !208
... ... @@ -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();
... ...