作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

导出功能优化

... ... @@ -265,7 +265,7 @@ class Registers extends Backend
$this->error($exception->getMessage());
}
if (!$insert) {
$this->error(__('No rows were updated'));
$this->error(__('No rows were updated!!!'));
}
try {
//是否包含admin_id字段
... ...