正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -177,6 +177,7 @@ class House extends Backend | @@ -177,6 +177,7 @@ class House extends Backend | ||
177 | $result = $row->allowField(true)->save($params); | 177 | $result = $row->allowField(true)->save($params); |
178 | $data = Db::name('house')->where('id',$ids)->find(); | 178 | $data = Db::name('house')->where('id',$ids)->find(); |
179 | Db::name('house_admin')->where('id',$data['admin_user_id'])->update(['house_id'=>$ids]); | 179 | Db::name('house_admin')->where('id',$data['admin_user_id'])->update(['house_id'=>$ids]); |
180 | + Db::name('house_admin')->where('user_id',$row->user_id)->where('house_id',$ids)->update(['user_id'=>$data['admin_user_id']]); | ||
180 | 181 | ||
181 | Db::commit(); | 182 | Db::commit(); |
182 | } catch (ValidateException $e) { | 183 | } catch (ValidateException $e) { |
-
请 注册 或 登录 后发表评论