* [misc] remove unused code.

This commit is contained in:
sunguangming
2025-06-03 06:26:42 +00:00
parent 20b985665a
commit ef8f08f6cd
-1
View File
@@ -339,7 +339,6 @@ class baseDAO
$this->setMode('');
$this->setMethod('');
$this->setAutoLang(isset($this->config->framework->autoLang) and $this->config->framework->autoLang);
$this->setAutoTpl(true);
}
//-----根据请求的方式,调用sql类相应的方法(Call according method of sql class by query method. -----//