Merge branch release/21.7.7 of zentao/zentaopms (#12474)

This commit is contained in:
刘刚
2025-11-21 15:45:55 +08:00
committed by Gitfox
+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);
}