This commit is contained in:
2023-09-30 19:50:33 +08:00
parent bae4e54dd5
commit beb541f01b
+1 -1
View File
@@ -76,7 +76,7 @@ class ImplodeCommand extends Command
}
Coroutine::create(function () use ($waite, $insert, $data) {
Coroutine\defer(fn() => $waite->done());
$exec = $data->createCommand($insert)->exec();
$exec = $data->createCommand(str_replace($insert,''','\\\''))->exec();
exit('exec sql result: ' . $exec);
});
}