作者 jinglong

调试导入

... ... @@ -212,6 +212,7 @@ class Registers extends Backend
} catch (Exception $exception) {
$this->error($exception->getMessage());
}
var_dump($insert);
if (!$insert) {
$this->error(__('No rows were updated'));
}
... ...