* [perf] remove check used in getbyid.

This commit is contained in:
qixinzhi
2024-10-30 15:53:41 +08:00
committed by 宋辰轩
parent a835f1013d
commit 31bcf6f4fe
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -361,7 +361,6 @@ class pivotState
$this->step = 'query';
$this->stage = $pivot->stage;
$this->acl = $pivot->acl;
$this->used = $pivot->used;
$this->whitelist = $pivot->whitelist;
$this->drills = $drills;
-1
View File
@@ -187,7 +187,6 @@ class pivotModel extends model
if(!empty($pivot->settings)) $pivot->settings = json_decode($pivot->settings, true);
$this->processNameDesc($pivot);
if(empty($pivot->type)) $pivot->used = $this->checkIFChartInUse($pivot->id, 'pivot', $screenList);
}
/**