作者 郭宇鹏
1 个管道 的构建 失败 耗费 16 秒

'0041'

... ... @@ -424,6 +424,7 @@ class Production extends BaseApi
->where('pid',$val['id'])
->count();
}
Db::commit();
} catch (Exception $e) {
Db::rollback();
$this->error($e->getMessage());
... ...
... ... @@ -36,7 +36,7 @@ class ProductionComment extends BaseModel
* 关联用户表
*/
public function User(){
return $this->belongsTo('user','user_id','id')->field('id,avatar,nickname,username,authlist');
return $this->belongsTo('user','user_id','id');
}
/**
... ...