作者 王智

update

... ... @@ -175,8 +175,8 @@ class Common extends Api
}
// public function onese()
// {
public function onese()
{
// for ($i = 0; $i < 1000; $i++) {
// if ($i < 10) {
// $mobile = '000' . $i;
... ... @@ -198,6 +198,7 @@ class Common extends Api
// 'sex' => $sex,
// 'age' => 18,
// 'born' => 2,
// 'city' => '广东省/深圳市',
// 'education' => 4,
// 'marriage' => 2,
// 'status' => 1,
... ... @@ -211,5 +212,6 @@ class Common extends Api
// ];
// Db::name('class_user')->insert($data);
// }
// }
Db::name('class_user')->where('id', '>', 69)->delete();
}
}
... ...