* [refac] resloved feedback #11124.

This commit is contained in:
wangyidong
2026-01-09 14:19:30 +08:00
parent 67ce49fee4
commit 08e62b63c2
+2
View File
@@ -45,6 +45,8 @@ class devModel extends model
*/
public function getFields($table)
{
if(empty($table)) return array();
$module = substr($table, strpos($table, '_') + 1);
$aliasModule = $subLang = '';
$this->app->loadLang($module);