This commit is contained in:
Tokumeikoi 2020-03-05 03:34:38 +08:00
parent 89630d889d
commit e97f6c64a0

View File

@ -30,7 +30,6 @@ class PlanController extends Controller
}
DB::beginTransaction();
if (!User::where('plan_id', $plan->id)
->get()
->update(['group_id' => $plan->group_id])
) {
DB::rollBack();