fixed table

This commit is contained in:
JaguarJack 2020-09-07 14:05:36 +08:00
parent d533aeaa9e
commit 2c2b7f8723

View File

@ -30,7 +30,8 @@ class ExportDataCommand extends Command
protected function execute(Input $input, Output $output)
{
$table = Utils::tablePrefix() . $input->getArgument('table');
//$table = // Utils::tablePrefix() .
$table = $input->getArgument('table');
$parent = $input->getOption('pid');
$module = $input->getOption('module');