* Fix bug.

This commit is contained in:
sunguangming
2025-11-21 07:30:18 +00:00
parent 549803f8b4
commit 64a65e6967
+1 -1
View File
@@ -60,7 +60,7 @@ class dao extends baseDAO
if(isset($currentMainTable))
{
if(trim($currentMainTable, '`') == $this->table)
if(trim($currentMainTable, '`') == trim($this->table, '`'))
{
$data = $this->processData($data);
}