正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
@@ -424,6 +424,7 @@ class Production extends BaseApi | @@ -424,6 +424,7 @@ class Production extends BaseApi | ||
424 | ->where('pid',$val['id']) | 424 | ->where('pid',$val['id']) |
425 | ->count(); | 425 | ->count(); |
426 | } | 426 | } |
427 | + Db::commit(); | ||
427 | } catch (Exception $e) { | 428 | } catch (Exception $e) { |
428 | Db::rollback(); | 429 | Db::rollback(); |
429 | $this->error($e->getMessage()); | 430 | $this->error($e->getMessage()); |
@@ -36,7 +36,7 @@ class ProductionComment extends BaseModel | @@ -36,7 +36,7 @@ class ProductionComment extends BaseModel | ||
36 | * 关联用户表 | 36 | * 关联用户表 |
37 | */ | 37 | */ |
38 | public function User(){ | 38 | public function User(){ |
39 | - return $this->belongsTo('user','user_id','id')->field('id,avatar,nickname,username,authlist'); | 39 | + return $this->belongsTo('user','user_id','id'); |
40 | } | 40 | } |
41 | 41 | ||
42 | /** | 42 | /** |
-
请 注册 或 登录 后发表评论