diff --git a/src/main/java/neatlogic/module/cmdb/dao/mapper/ci/AttrMapper.xml b/src/main/java/neatlogic/module/cmdb/dao/mapper/ci/AttrMapper.xml
index ffdb7fa71251089278d732ecfd5b5c5b5680a3c0..c19e65482ac9dacd327716d5ad99bda851d6327b 100644
--- a/src/main/java/neatlogic/module/cmdb/dao/mapper/ci/AttrMapper.xml
+++ b/src/main/java/neatlogic/module/cmdb/dao/mapper/ci/AttrMapper.xml
@@ -415,13 +415,12 @@ along with this program. If not, see .-->
- DELETE a,b,c,d,e,f
+ DELETE a,b,c,d,e
FROM `cmdb_attr` a
LEFT JOIN `cmdb_ci_unique` b ON a.id = b.attr_id
LEFT JOIN `cmdb_customview_attr` c on a.id = c.attr_id
LEFT JOIN `cmdb_sync_mapping` d on a.id = d.attr_id
LEFT JOIN `cmdb_sync_unique` e ON a.id = e.attr_id
- LEFT JOIN `cmdb_attrexpression_rebuild_audit` f ON a.id = f.attr_id
WHERE a.id = #{value}