diff --git a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsDealRecordMapper.xml b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsDealRecordMapper.xml
index 9e1640d..29e5e64 100644
--- a/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsDealRecordMapper.xml
+++ b/ruoyi-modules/intc-invest/src/main/resources/mapper/invest/AccountsDealRecordMapper.xml
@@ -51,7 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.del_flag='0'
- and a.name like '%'|| #{name}||'%'
+ and (a2."name" like '%'|| #{name}||'%' or a2."code" like '%'|| #{name}||'%')
and a.type = #{type}
and a.account_id = #{accountId}
and a.deal_type = #{dealType}
diff --git a/sql/20240604-sql/dump-intc_invest_dev-202406041004 b/sql/20240604-sql/dump-intc_invest_dev-202406041004
new file mode 100644
index 0000000..be50211
Binary files /dev/null and b/sql/20240604-sql/dump-intc_invest_dev-202406041004 differ
diff --git a/sql/20240604-sql/dump-intc_invest_test-202406041005 b/sql/20240604-sql/dump-intc_invest_test-202406041005
new file mode 100644
index 0000000..6e63d4f
Binary files /dev/null and b/sql/20240604-sql/dump-intc_invest_test-202406041005 differ
diff --git a/sql/20240604-sql/dump-intc_system-202406041005 b/sql/20240604-sql/dump-intc_system-202406041005
new file mode 100644
index 0000000..bb79fa0
Binary files /dev/null and b/sql/20240604-sql/dump-intc_system-202406041005 differ