eee
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class ImplodeCommand extends Command
|
|||||||
}
|
}
|
||||||
Coroutine::create(function () use ($waite, $insert, $data) {
|
Coroutine::create(function () use ($waite, $insert, $data) {
|
||||||
Coroutine\defer(fn() => $waite->done());
|
Coroutine\defer(fn() => $waite->done());
|
||||||
$exec = $data->createCommand($insert)->exec();
|
$exec = $data->createCommand(addslashes($insert))->exec();
|
||||||
exit('exec sql result: ' . $exec);
|
exit('exec sql result: ' . $exec);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user