@@ -146,6 +146,7 @@ class UserDecForm extends Model {
$transaction->commit();
} catch (Exception $e) {
$transaction->rollBack();
+ throw new Exception('设置图谱更新失败');
return null;
}
$this->adminOperateLogger->setIsBatch(true)->afterUpdate($this->userIds, 'ID',['select'=>'ID,IS_ATLAS']);