* [story#54146,doing,0.1h] fix sonar

This commit is contained in:
qixinzhi
2024-07-04 15:11:58 +08:00
committed by 周鑫
parent 12dab9859c
commit 3f3e539361
+1 -1
View File
@@ -538,7 +538,7 @@ class pivotState
* @access public
* @return void
*/
public function initDrill($type = 'auto')
public function initDrill()
{
return array('field' => '', 'object' => '', 'referSQL' => '', 'whereSQL' => '', 'conditions' => array($this->addCondition()));
}