* [misc] add sqlChanged.

This commit is contained in:
qixinzhi
2024-07-08 18:21:13 +08:00
committed by 周鑫
parent 502e7dedf1
commit b756068a0f
+12
View File
@@ -356,6 +356,18 @@ class pivotState
$this->drills = array();
}
/**
* Sql changed.
*
* @access public
* @return void
*/
public function sqlChanged()
{
$this->queryCols = array();
$this->queryData = array();
}
/**
* Get filters.
*