* Optimized code format.

This commit is contained in:
jukui
2023-05-04 11:24:24 +08:00
parent 332a3b5825
commit b564419123
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -540,7 +540,7 @@ class todoZen extends todo
$this->loadModel('opportunity')->getUserOpportunityPairs($account),
);
}
else if($type == 'qcVersion')
elseif($type == 'qcVersion')
{
return $this->loadModel('review')->getUserReviewPairs($account, 0, 'wait');
}