|
@@ -53,7 +53,7 @@ class TestController extends Controller
|
|
|
$adminId = $staff->adminId;
|
|
$adminId = $staff->adminId;
|
|
|
$mobile = $staff->mobile;
|
|
$mobile = $staff->mobile;
|
|
|
AdminClass::updateById($adminId, ['mobile' => $mobile]);
|
|
AdminClass::updateById($adminId, ['mobile' => $mobile]);
|
|
|
- echo $mobile.' '.$staff->id;
|
|
|
|
|
|
|
+ echo $mobile . ' ' . $staff->id . "\n";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|